Deploy with Heroku

Wrote an API containing student information, and deployed onto heroku:

To query all students, use: https://fierce-harbor-4835.herokuapp.com

Accepts request at:

Accepts these types of requests:

Useful Reminder

While deploying to Heroku, when adding an add-on, like MongoLab, make sure to set config variables in terminal:

$ heroku config:set MONGOLAB_URI=?????

Replace ????? with config variables, accessible through Heroku

Back