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
- Host: GitHub
- URL: https://github.com/gabrielroot/pedidosdelivery
- Owner: gabrielroot
- License: mit
- Created: 2021-03-01T17:37:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T13:57:43.000Z (about 5 years ago)
- Last Synced: 2025-03-23T16:25:22.340Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pedidosDelivery
### A project for training
# Conceptual data model

### 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
```