TheBookKnight / saints-api

Learning how to build an API service.
0 stars 0 forks source link

API Tutorial: GET Request #3

Closed TheBookKnight closed 2 months ago

TheBookKnight commented 2 months ago

Create a tutorial on how to create a GET request.

AC:

  1. instructions on how to setup GET request (Express JS docs)
  2. Should be able to GET an individual Saint info
TheBookKnight commented 2 months ago

Fortunately, MongoDB does support ExpressJS (docs).

There's a more explicit tutorial here https://www.mongodb.com/resources/languages/express-mongodb-rest-api-tutorial