#Backend utilizando adonis 1- cadastro de usuario 2- Com e-mail ou cpf 3- senha criptografada 4- token para recuperação de senha
Use the adonis command to install the blueprint
adonis new yardstick --api-only
or manually clone the repo and then run npm install
.
Run the following command to run startup migrations.
adonis migration:run