/WebServices-TeamProject

This is a university team project for course CSE 341 Web Services. Mainly focus on building a web application from scratch using Node.js and MongoDb.

Primary LanguageJavaScript

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.