desafio-pratico-sas

To run:

docker-compose up -d
yarn typeorm migrations:run

Swagger docs: http://localhost:3333/api-docs

Insominia Collection for more examples: https://drive.google.com/file/d/1R-UUP2eQJIpImmvrlNOZBvI5Wao46Ej7/view?usp=sharing

UseCases:

  • Quest:
    • Create Quest
    • List all Quest
  • Test:
    • Create Test
    • List all Test
    • List templates Test
    • Add quest to Test
  • Simulated:
    • Create Simulated
    • List all Simulated
    • List Simulated by id
    • Add test to Simulated
  • Student:
    • Create Student
    • List all Student
    • Start Simulated
    • Answer Quest
    • Finish Simulated
    • Calculate score
    • Get Rankings by best scores