##Description: GoodEats is a food seeking app which allows the user to search for their favourite food preferences with an intuitive and elegant UI.
-
Product Owner: Svetlin Mladenov
-
Git Manager: Sam Phillips
-
Development Team Members: Sean Ho, John Packel, Sam Phillips, Svetlin Mladenov
Copy and paste this into the terminal
git clone https://github.com/middlewaremonkeys/goodeats && cd goodeats && git checkout develop && npm i && cp .env.example .env
Setup the .env file, it should be copied from the .env.example using the commands above, however you still need to get a Yelp v3 (Fusion) ID and Secret
npm run start:dev
Just push to a heroku dyno, no external apps required nor a Procfile
npm start is already setup so it will run based off that
