Execute o seguinte comand make start-migrate
além de subir a aplicação o mesmo ja executa as migrations.
http://localhost/mutant
{
"dna": ["ATGCGA", "CAGTGC", "TTATGT", "AGAGAG", "CCCTTA", "TCACTG"]
}
Response esperado para esse DNA é 403 por se tratar de DNA humano
http://localhost/stats
{
"count_mutant_dna": 2,
"count_human_dna": 5,
"ratio": 0.4
}
Para executar os testes da aplicação execute make test
Para rodar as migrations e subir a aplicação separadamente execute make start
e após make migrate
Demais comandos podem ser encontrados aqui