Reserve is web application that allows large groups of people such as student organizations to reserve part of a restaurant/venue, all of the restaurant/venue, or get catering from the restaurant/venue. Restaurants are able to approve/reject requests and add to their master calendar when requests are approved.
- Download the repository
- Install npm modules:
npm install - Install bower
npm install -g bower - Install bower depend
bower install - Start up the server:
node server.js - View in browser at http://localhost:8080