EatUp is a "MeetUp.com for foodies" that allows users to connect to others who want to eat at the same restaurant. Users can view nearby events, RSVP to them, and create their own EatUp events.
Some usage instructions
To start server
1. Duplicate db.template.js as db.js
2. On line 2, change ('database_name', 'username', 'password') to appropriate values.
3. npm start
To compile webpack file automatically
npm run dev
To build production webpack file
npm run build
- Node 0.10.x
- MySql
From within the root directory:
npm install