https://github.com/techmurtaza/whitepandabackendtask
Car Rental System
https://github.com/techmurtaza/whitepandabackendtask
Last synced: about 2 months ago
JSON representation
Car Rental System
- Host: GitHub
- URL: https://github.com/techmurtaza/whitepandabackendtask
- Owner: techmurtaza
- Created: 2019-10-15T18:04:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T23:29:17.000Z (over 5 years ago)
- Last Synced: 2025-01-21T01:45:22.179Z (3 months ago)
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WhitepandaBackendtask
Car Rental SystemI 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.