/task-manager

Application to manage tasks

Primary LanguagePythonMIT LicenseMIT

task-manager

Build Status

Application to manage tasks built following cassiobotaro/do_zero_a_implantacao

Development

Requirements

  • Python 3.7+
  • Docker
  • Docker Compose

Installing

Install dependencies

make install

Testing

make test

Running

Access the API documentation on http://localhost:8000/docs

make run

Migrating

Generate migration files automatically for changes to models. Make sure all models are imported on database.py

make db_generate_migration description="your description"