Wings.cheap is an online website for finding cheap wings near you. This repo houses both the front-end and back-end for the application.
- Build a
.env
file. Add the following:
GOOGLE_PLACES_API_KEY=YOUR_API_KEY
GOOGLE_PLACES_OUTPUT_FORMAT=json
- Run this in the terminal
npm install
npm start
export NODE_ENV=production
npm run build
node server.js
NOTE: you may want to use something like Forever.js to keep the process running in the background.
We leverage MongoDB as a database provider. The below commands are used to backup/restore the database.
mongodump
mongorestore