Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 405 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 405 Bytes

Soundplit

A RESTful API built with Django framework.

Como rodar

Instale os requerimentos:

pip install -r requirements.txt 

Crie um arquivo .env baseado no .env-example

Rode o projeto:

make run

Opcional

Criar ambiente virtual:

python -m venv venv

Comandos

Criar um app

make startapp [app_name]

Criar migrações

make migrate