We want an app that will track specified ingredients for a user to prevent food waste, and give users options and recipes to utilize their stored ingredients to help them use their current items as well as improve their skills as chefs.
A common problem for many households is groceries and store goods going bad due to oversight and lack of knowledge of how to use them with whatever remaining ingredients. We wanted to make an app to combat this problem and make it much easier to avoid food wastage as well as get people to try new dishes and be more apt in the kitchen.
How to contribute to Chef-It-Up
Kei Oshima Ryan Horng Walid Al-Eisawi
Through Digital Ocean deployment, you can follow this link to use our app: Chef-It-Up
Alternatively, you can clone this repository and run Chef-It-Up locally. To setup and run our project, follow the instructions below:
- Navigate into the
back-end
directory. - Run
npm install
to install all dependencies listed in thepackage.json
file. - Run
npm start
to launch the back-end server.
- Navigate into the
front-end
directory. - Run
npm install
to install all dependencies listed in thepackage.json
file. - Run
npm start
to launch the front-end server.
Run npm test
to view the results of the unit tests and the code coverage.