Closed TheBookKnight closed 2 months ago
Exposes GET request route to get an individual saint.
npm run start
make start import
curl http://localhost:3000/saints/{ID}
ID
PR Description
Exposes GET request route to get an individual saint.
Prerequisites:
npm run start
make start import
Testing instructions
curl http://localhost:3000/saints/{ID}
,ID
is of a saint that exists, it returns an individual saint's dataID
is of a saint that doesn't exist, it returns a "Not found" error