An OpenTable clone. Search for available reservations at restaurants across the US and book (or cancel) reservations online. Filter available restaurants and their available reservations based on restaurant category, reservation times, and party size capacity. Manage reservations by typing in your phone number, and your existing reservations will populate on the right-hand side of the screen. You will receive a confirmation text upon booking/cancelling a reservation.
- Bernard Kitchens
- Nick Gratzick
- Vlad Tretyakov
- Chadam Miller
Search for available reservations at restaurants across the US and book (or cancel) reservations online. Filter available restaurants and their available reservations based on restaurant category, reservation times, and party size capacity. Manage reservations by typing in your phone number, and your existing reservations will populate on the right-hand side of the screen. You will receive a confirmation text upon booking/cancelling a reservation.
- Node 8.6.x
- React 16.1.x
- Postgresql 7.4.0
- Jasmine
- Yelp, Twilio
From within the root directory:
Download and install the latest version of Postgres. Create a Postgres database with UTF-8 encoding on your machine.
Navigate to the project directory.
For first-time users:
npm install
npm run db-init-first-time
npm run react-dev
npm run server
After your initial set-up, you can now use the 'db-start' command to kickstart the database:
npm run db-start
npm run react-dev
npm run server
Finally, note that only one instance of Postgres can be running at once, so if you get a connection error when trying to start up the database, use the following command:
npm run db-stop
...then re-run the database start command:
npm run db-start
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.