Skip to content

agiledev-students-fall2022/final-project-team-resybot

Repository files navigation

Open in Visual Studio Code

Project Title: Resy Bot

Collaborators

Mark Lung (github), Zack Goldberg(github), Aditya Pradeep(github) ,Geoffrey Budiman (github), Rayhan Ahmed (github)

Vision Statement

Resy Bot aims to obtain reservations at popular and 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! If the restaurant exists on Resy.com, Resy Bot will wait for the reservation to be open and snipe it instantly, and will then email or send a text message regarding the reservation.

Contributing

For more info on contribution visit CONTRIBUTING.md

Building and Running

  1. Fork this repository
  2. Clone your fork of this repository to your local machine
  3. Navigate into the project directory

Build and launch the back end

  1. Navigate into the back-end directory
  2. Run npm install to install all dependencies listed in the package.json file
  3. Make sure to create an .env file and copy the contents of .env.example into it
FRONT_END_DOMAIN=http://localhost:3000
  1. Run npm start to launch the Express.js server

Build and launch the front end

  1. Navigate into the front-end directory
  2. Run npm install to install all dependencies listed in the package.json file, Make sure the .env file specifies the right domain:
REACT_APP_BACKEND=http://localhost:3001
  1. Run npm start to launch the React.js server

Our Running Webapp: https://resybott.com (This should be up until 3/31/2023)

Notes:

  1. username and password MUST be at least 6 chars
  2. Time of reservation is made in UTC

About

final-project-team-resybot created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published