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

https://github.com/gabrielroot/pedidosdelivery

REST API for receiving orders delivery
https://github.com/gabrielroot/pedidosdelivery

Last synced: about 2 months ago
JSON representation

REST API for receiving orders delivery

Awesome Lists containing this project

README

          

# pedidosDelivery
### A project for training

# Conceptual data model
![Captura de tela](modelo_conceitual.png?raw=true "Title")

### Make environment ###
```
pyenv shell 3.8.0 && python -m venv .venv && source .venv/bin/activate
pip install -U pip setuptools
pip install -r requirements-dev.txt
docker-compose up -d && source .venv/bin/activate
```