umluizlima / task-manager

Application to manage tasks

Home Page:https://stormy-eyrie-17461.herokuapp.com/docs

Repository from Github https://github.comumluizlima/task-managerRepository from Github https://github.comumluizlima/task-manager

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"

About

Application to manage tasks

https://stormy-eyrie-17461.herokuapp.com/docs

License:MIT License


Languages

Language:Python 94.6%Language:Makefile 2.8%Language:Mako 2.6%