Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreoneti/final-homework
Rest API creation with Node.js
https://github.com/andreoneti/final-homework
javascript mongodb mongoose nodejs rest rest-api
Last synced: 19 days ago
JSON representation
Rest API creation with Node.js
- Host: GitHub
- URL: https://github.com/andreoneti/final-homework
- Owner: AndreOneti
- Created: 2019-10-22T02:14:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T04:22:23.000Z (about 5 years ago)
- Last Synced: 2024-11-07T20:52:37.490Z (2 months ago)
- Topics: javascript, mongodb, mongoose, nodejs, rest, rest-api
- Language: JavaScript
- Homepage:
- Size: 400 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DM124 Final Work - Rest API with Node.js
## Why?
> This api is used to manage deliveries.
>
> Have the option to change status of delivery, create a new, retrieve one or many and delete one.---------------------------------------------------------------------------------------------------------------
## Routs
#### This routes don't require user authorization
[Status route](./docs/status.md)
[Default route](./docs/default.md)
[User route](./docs/user.md)
#### This routes require user authorization
[Order route](./docs/order.md)
[Customer route](./docs/customer.md)
[Delivery route](./docs/delivery.md)