Skip to content

thaisdk/soundplit-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published