CS3250Team2 / Campus-Navigator

Campus Navigator
MIT License
3 stars 7 forks source link

Add a RESTful backend API #18

Open RyanHiller opened 6 years ago

RyanHiller commented 6 years ago

Having API endpoints is the easiest (and maybe the only) way to allow Express to communicate with our application and the server.

RyanHiller commented 6 years ago

https://dev.to/aurelkurtula/building-a-restful-api-with-express-and-mongodb--3mmh This tutorial was shared by Jeremy in Slack, just reposting here for organized resources.