Skip to content

mitchstewart08/food-fight

 
 

Repository files navigation

Food Fight!

App to vote over what local resturant to eat at with your friends or coworkers. Allows users to nominate where to eat and others can either vote to approve or veto it and suggest somewhere else to eat.

Installing

npm install
npm test

Deployment

Necessary ENV variables

# Google Auth Credentials
GOOGLE_AUTH_CLIENT_ID=
GOOGLE_AUTH_CLIENT_SECRET=
# GMail Credentials
GMAIL_ADDRESS=
GMAIL_PASSWORD=
# Yelp Credentials
YELP_API_KEY=
# MailJet Credentials
MAILJET_API_KEY=
MAILJET_API_SECRET=
DB_HOST=
DB_NAME=
DB_USER=
DB_PORT=
DB_PASSWORD=

Built With

Contributing

If you would like to contribute to the project, please submit a pull request and tag someone for review. We enforce 2018 Airbnb style guide.

Authors

Acknowledgments

  • Hat tip to anyone whose code was used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.0%
  • CSS 8.0%