The reservations components for a restaurant reservations service.
- https://github.com/UrbanEats/Banner-Gallery
- https://github.com/UrbanEats/Menu
- https://github.com/UrbanEats/Reservations
- https://github.com/UrbanEats/Reviews
- Node v8.15.x
- MongoDB v4.2.x
- npm v6.10.x
From within the root directory
- To see a working version of the application
git checkout e589de6
- Install project dependencies
npm install- To seed the MongoDB database
npm run seed- To create a client bundle
npm run build- To start the server
npm server-dev- To see the fruit of your labors, go to
localhost:3000/:rid/reservationsi.e. localhost:3000/L1/reservations
