Mark Lung (github), Zack Goldberg(github), Aditya Pradeep(github) ,Geoffrey Budiman (github), Rayhan Ahmed (github)
Resy Bot aims to obtain reservations at popular and hard to get into restaurants. As NYC continues to open up post-pandemic, popular restaurants are harder to get reservations at, but with Resy Bot, you are able to get a reservation at any restaurant of your liking! For whoever wants to get a reservation at a restaurant of their choosing. Web app where you can select a restaurant and timing(s) of when you want to go. Resy Bot will then wait for the reservation to be open and snipe it instantly, then will email or send a text message regarding the reservation.
For more info on contribution visit CONTRIBUTING.md
- Fork this repository
- Clone your fork of this repository to your local machine
- Navigate into the project directory
- Navigate into the
back-end
directory - Run
npm install
to install all dependencies listed in thepackage.json
file - Make sure to create an .env file and copy the contents of .env.example into it
- Run
npm start
to launch the Express.js server
- Navigate into the
front-end
directory - Run
npm install
to install all dependencies listed in thepackage.json
file, Make sure theproxy
setting in the json file specifies the right domain:
"proxy": "http://localhost:3001"
- Run
npm start
to launch the React.js server
-
See the Sprint Planning instructions for the requirements of Sprint Planning for each Sprint.
-
See the Front-End Development instructions for the requirements of the initial Front-End Development.
-
See the Back-End Development instructions for the requirements of the initial Back-End Development.
-
See the Database Integration instructions for the requirements of integrating a database into the back-end.
-
See the Deployment instructions for the requirements of deploying an app.