Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipealvess/quiz-app-api

API utilizada no projeto Quiz App
https://github.com/filipealvess/quiz-app-api

expressjs nodejs nodemon

Last synced: 14 days ago
JSON representation

API utilizada no projeto Quiz App

Awesome Lists containing this project

README

        

# Quiz App - API

API utilizada pelo [frontend do Quiz App](https://github.com/filipealvess/quiz-app)

#### GET /subjects

- Retorna todos os assuntos disponíveis

#### GET /subjects/:id

- Retorna os dados do assunto com base no `id` informado

#### GET /subjects/:id/questions

- Retorna as perguntas e os dados do assunto com `id` informado