Skip to content
Snippets Groups Projects
Select Git revision
  • b6b4ec6d0c65d0562486ee44e30caa0ce0f691d4
  • main default
  • lia
  • lz449-main-patch-11361
  • Banner
  • agm67-main-patch-47955
  • agm67-main-patch-84618
  • agm67-main-patch-11005
  • material-ui
9 results

whats_in_your_fridge

zohair's avatar
zh393 authored
b6b4ec6d
History

Whats_In_Your_Fridge

CI 102/103 project to create a website to let users input ingredients they have, and will generate a list of recipes containing only the ingredients they currently have.

UPDATE: app is now live on https://whats-in-your-fridge-ci102.herokuapp.com/.

To run the app, make sure you have node installed.

Go into the api directory and run npm install. Then go into the client directory and run npm install.

Once the dependencies are installed, we can run the app.

Go into the api directory and run npm start. Launch a new terminal and go into the client directory and run npm start.

The app should now be running on localhost:3000.