Sophia and Lily love to eat. But, they sometimes end up in a bit of a dilemma when it comes to picking where to eat. Although Yelp and Google offer a useful starting point, relying solely on the opinions of strangers doesn't always make it easier. Sophia and Lily believe that the best recommendations come from friends, not total strangers. That's why they built this site.
Checkout our frontend repository HERE
Backend:
- NodeJS/Express
- MongoDB Atlas & Mongo Compass
- Yelp Fusion API
- Render
- Clone the repo
git clone https://github.com/sophiat8832/capstone-back-end.git
- Install yarn packages
yarn install
- Start the server
node server.mjs
- Generate Yelp API Key
Make an account from Yelp Fusion API to get your private API key.
Create a .env file in your project root directory and add 'YELP_API_KEY = insert_your_yelp_fusion_API_key'.
- Contact one of the developers to receive your unique Mongodb Atlas URI key to access the database for this project.