Simplifying the grocery shopping experience, whatthefridge tells shoppers how much their delicious dishes will cost and exactly which ingredients they will need from the store, eliminating the wasteful buying and throwing away of excess ingredients
- What is WhatTheFridge?
- Team
- Requirements
- Development
- Roadmap
- Known Bugs
- Avenues to explore
- Contributing
WhatTheFridge is an app that makes grocery shopping easy. Users log-in and see all of their recipes on the dashboard with an estimate of how much that meal will cost. After a user chooses which dishes they will be cooking that week, whatthefridge looks inside that user's "fridge" and generates a customized list of exactly which ingredients they'll need to buy on their next shopping trip and in what quantity.
More information can be found here
- Product Owner: josh-stevens
- Scrum Master: sdxl
- Development Team Members: Jbays, mishasaggi, JeffUberman
- PostgreSQL
- Angular
- Node
- Express
From within the root directory:
sudo npm install -g bower
npm install
bower installThe first time:
Database:
Run Postgres server
- $ postgres -D /usr/local/pgsql/data
Create the project database
- from the psql command line, type:
CREATE DATABASE gigapath;
Setup database schema
- From within the /server/database/migrations, type:
knex migrate:latest
Start the server:
from the root directory, type:
nodemon
then, in a browser, go to:
>http://localhost:1337/View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.
