mictlantecutli / cse341-lesson04

About API documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temple API

This API is intended for a team assignment in CSE 341 to learn how to use Swagger for API Documentation.

Instructions to run application

  • Run npm install in the terminal
  • npm start

Things to look out for

  • Examine the routes and try a couple with your rest client.
  • If you try to run it, you'll get an authentication error from MongoDB.
  • Modify your .env file to include your mongoDB username and your db password.
  • Import the temples.json file into your mongoDB database in a new collection called temples.

About

About API documentation


Languages

Language:JavaScript 100.0%