Find others to go to lunch with!
- Install MongoDB (https://www.mongodb.com/download-center/community)
- Install
node.js(v8.11.3or higher) - Start your local Mongo database
- Clone this repository:
git clone https://github.com/aavondet/lunch-app - Go into the project folder:
cd lunch-app - Install dependencies: `npm install
npm run build: Builds abundle.jsin./publicnpm run test: Runs the server onhttp://localhost:8080
Make sure to build before running the server