Application to manage tasks built following cassiobotaro/do_zero_a_implantacao
- Python 3.7+
- Docker
- Docker Compose
Install dependencies
make installmake testAccess the API documentation on http://localhost:8000/docs
make runGenerate migration files automatically for changes to models. Make sure all models are imported on database.py
make db_generate_migration description="your description"