Skip to content

KMP Backend server-side development. This backend focuses on databases, scripting, and API. It helps to communicate the database information to the mobile and browser. MongoDB stores data in a JSON-like format, Express, and Node.js facilitate easy JSON query.

Notifications You must be signed in to change notification settings

KitungaMP/K-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-api

KMP Backend server-side development. This backend focuses on databases, scripting, and API. It helps to communicate the database information to the mobile and browser.

MongoDB stores data in a JSON-like format, Express and Node.js facilitate easy JSON query creation.

Built With

Prerequisites

To create the Serverless RESTFULL API, you will need to set up a project. The application supports standard CRUD (Create, Read, Update, Delete) operations. First, we’ll create a RESTful API server to act as an interface for querying and persisting data in a MongoDB database. Then, we will deploy our app to Heroku.

The base prerequisites to create a project are:

  1. Nodejs npm or yarn
  2. Heroku toolbelt
  3. MongoDB database in the cloud

How to run

  • Step 1: Clone this repository. Just use: git clone https://github.com/KitungaMP/K-api.git.

  • Step 2: Open the project folder where the repository was downloaded. Once you are in that folder, open a terminal and make sure that it will be opened in that specific folder.

  • Step 3: Once you are in the terminal, just type in: npm install. This will install the required dependencies for this project.

  • Step 4: Type in npm start to see the magic!

Deploy

Ressources

Authors

👤 Guillain Bisimwa

👤 Venceslas Burongug

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

KMP Backend server-side development. This backend focuses on databases, scripting, and API. It helps to communicate the database information to the mobile and browser. MongoDB stores data in a JSON-like format, Express, and Node.js facilitate easy JSON query.

Topics

Resources

Stars

Watchers

Forks