This is our repo for the CS316 semester project. Food Devil is a tool for students to explore Duke Dining's offerings and maintain a healthy diet.
Features include:
- Nutritional database of dining locations
- Diet tracking
- Campus feed
- Meal recommendations
- On and off-campus food reviews
Our tech stack: MERN (React on frontend, Node on backend, MongoDB for database).
This is the frontend repo. Our backend repo is here: https://github.com/bluqiu001/food-devil-backend
The App is now completed! Feel free to test it.
After you cd
into the root folder, run npm install
to install all dependencies, followed by npm start
to run the app.