Skip to content

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.

Notifications You must be signed in to change notification settings

desultoryhalibut/eat-up

 
 

Repository files navigation

EatUp

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.

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks

Usage

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

Requirements

  • Node 0.10.x
  • MySql

Development

Installing Dependencies

From within the root directory:

npm install

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.6%
  • HTML 10.3%
  • CSS 7.1%