Backend node.js server for my cardstagram application
Link to Server: https://cardstagram.herokuapp.com/api/pins
Prior to starting the app, you will need to run 'npm install' via. node terminal in the backend directory and frontend directory to install all neccessary modules.
You will need to run 'npm start' in the backend directory for the server and frontend directory for the actual web application. MongoDB server is also required so the data can be saved. The server is hosted on [http://localhost:8080] and the web application can be found on http://localhost:3000.
So far, there are only 2 routes created. '/' is the landing page and '/createPin' which allows you create a data entry and add it to the database.