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.
- Heroku toolbelt: @Heroku
- Node.js: @Node.js
- MongoDB:@MongoDB Atlas
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:
- Nodejs
npm
oryarn
- Heroku toolbelt
- MongoDB database in the cloud
-
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!
👤 Guillain Bisimwa
- Github: @guillainbisimwa
- Twitter: @gullain_bisimwa
- Linkedin: Guillain bisimwa
👤 Venceslas Burongug
- Github: @bvenceslas @bvenceslas
- Twitter: @bvenceslas
- Linkedin: Venceslas Burongu
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.