Steps to in install needed software
1. Install node.js (https://nodejs.org/en/download/)
2. Install MongoDB (https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)
Main webpage to how to start the app up
https://mern.js.org
To run the back end run the following command in the main folder:
npm run app
Backend runs on:
http://localhost:8082
Frontend is located in "client", run the following command there to start:
npm run start
Frontend runs on:
http://localhost:3000