/foodGroup

Primary LanguageJavaScript

README

A home food management app built with a React/Rails/Postgres stack, that allows you to keep track of your grocery inventory, search recipes based on your inventory, and plan potlucks (full potlucks functionality coming soon).

stuff you gotta have:

  • npm install -g yarn

and to install the dependencies:

  • yarn
  • bundle install
  • gem install foreman

to start the server:

  • foreman start -f Procfile.dev -p 3000

ScreenShot

"Sreenshot" "Sreenshot" "Sreenshot" "Sreenshot" "Sreenshot"

#Stuff to fill out for later

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...