A github for leftover eats project
- Clone the Repository
- Make sure you have npm and node installed
- Open 2 terminals instances
- Run "npm install" in the "access-maps" directory to install dependencies in one terminal instance
- Run "npm start" in the "access-maps" directory to run the project on your localhost. Go to: "http://localhost:3000/" to see the application running
- BACKEND - FULLY WORKING and REQUIRED to RUN DEMO
- To install backend run "npm install" in the "access-maps" directory in the other terminal instance
- To run: "node index.js" from within same directory as index.js. Go to: "http://localhost:8080/" to see the application running