Skip to content
Snippets Groups Projects
Select Git revision
  • 19201bb1e01df2b9db5b6eb76717a711a9b8dae6
  • master default
2 results

L3

Forked from ll839 / ll839-ci101-Fall2018
Source project has a limited visibility.

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.