Skip to content

gigapath/whatthefridge

Repository files navigation

Stories in Ready

whatthefridge

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

Table of Contents

  1. What is WhatTheFridge?
  2. Team
  3. Requirements
  4. Development
    1. Installing Dependencies
    2. Viewing the project
    3. Running tests
  5. Roadmap
  6. Known Bugs
  7. Avenues to explore
  8. Contributing

What is WhatTheFridge?

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

Team

  • Product Owner: josh-stevens
  • Scrum Master: sdxl
  • Development Team Members: Jbays, mishasaggi, JeffUberman

Requirements

  • PostgreSQL
  • Angular
  • Node
  • Express

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Viewing the project

The 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/

Running tests

Roadmap

View the project roadmap here

Known Bugs

Avenues to explore

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors