Contains the application code for Ravenous, a platform to save and recommend restaurants of interest using the Yelp API.
To run the application, run npm install
to install necessary packages then npm run start
to start the application.
- server: code for connecting to the MongoDB database
- src: contains client-side code and Yelp API interactions
- utils: code to run basic operations regarding the Yelp API
- components: React components part of the frontend