A RESTful API built with Django framework.
Instale os requerimentos:
pip install -r requirements.txt
Crie um arquivo .env
baseado no .env-example
Rode o projeto:
make run
Criar ambiente virtual:
python -m venv venv
make startapp [app_name]
make migrate