Enter ingredients from your pantry and retrieve recipes you can make from those ingredients. See the potential in your pantry. What's in your pantry?
Search for recipes to use with the ingredients you have on hand
- Node 0.10.x
- React
- bcrypt
- jquery
- mysql
- knex
From within the root directory:
npm installnpm run react-dev
npm run server-devTo recreate schema that sets the database and its tables, run the following:
mysql -u root -p < schema.sqlTo make SQL queries within the database, run:
mysql -u root -pPassword is specific to your machine for the "root" user insert this password into database-mysql/knexSetup.js line 6
View the project waffle https://waffle.io/cgoss95/hratx30-greenfield
- Product Owner: Ross Salge
- Scrum Master: Ceci Goss
- Development Team Members: Tim Ninan
See CONTRIBUTING.md for contribution guidelines.