Skip to content

CaioDePaula/education-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Desafio - Do While 2021

Resolvi desenvolver uma api em NodeJs, que resolve-se a dificuldade ao acesso à educação. Levando em consideração tudo que foi requisitado no formulário.

API Reference

Get tematic

  GET /api/v1/education/tematic/

Get all topics

  GET /api/v1/education/topics/

Get specific topic

  GET /api/v1/education/topics/${id}/
Parameter Type Description
id int Required. Id of topic to fetch

Get all solutions

  GET /api/v1/education/solutions/

Get specific solution

  GET /api/v1/education/solutions/${id}/
Parameter Type Description
id int Required. Id of solution to fetch

Get all books

  GET /api/v1/education/books/

Get specific book

  GET /api/v1/education/books/${id}/
Parameter Type Description
id int Required. Id of book to fetch

Usage/Examples

$.ajax('/api/v1/education/tematic/').done((data) => console.log(data))

Run Locally

Clone the project

  git clone this project

Go to the project directory

  cd this project

Install dependencies

  npm install

Start the server

  npm run start

Links que me ajudaram:

A entender e encontrar formas de solucionar o desafio

Authors

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published