An open API service indexing awesome lists of open source software.

https://github.com/techmurtaza/whitepandabackendtask

Car Rental System
https://github.com/techmurtaza/whitepandabackendtask

Last synced: about 2 months ago
JSON representation

Car Rental System

Awesome Lists containing this project

README

        

# WhitepandaBackendtask
Car Rental System

I have used the following dependencies :
'body-parser, express, mongoose, morgan, nodemon'.
I have used amazon AWS as a cloud and MongoDB as the database, I directly access the Atlas MongoDB for restful API.
There are 5 API :
get all, get a specific category car, post car, update a car, delete a car.
API's are in route, the database schema is in Post file.
data is sent through a JSON object.