ucsb-cs56-w20 / ucsb-courses-search

Spring Boot App to show similar information to that found at UCSB Curriculum Search page
https://ucsb-courses-search.herokuapp.com
2 stars 5 forks source link

Add support for accessing private MongoDB API mirror #220

Closed btk5h closed 4 years ago

btk5h commented 4 years ago

This PR adds support for accessing the courses API archive we hosted on MongoDB Atlas. An app.mongodb.username and app.mongodb.password are now required in order to connect to this database.

pconrad commented 4 years ago

We need documentation on how to get these new credentials before we can merge this in. Otherwise lgtm.

Added... see most recent changes to README.md