Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)