HOW TO RUN SERVER AND APP:
- Open two terminals (one for the server and one for the app)
- Make sure one terminal is cd in app folder (this is for app)
- To run server, type "npm run dev" (automatically restarts server when changes are made)
- To run app, type "npm start"