Skip to content

markwingerd/mplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Meal Planner is a rails based website which will provide several features for users. You can create recipes other users can search for and you can add recipes to a meal plan which will create a grocery list you can print. More features will be added.

Setup

  • bundle install
  • cp config/secrets.yml.dist config/secrets.yml
  • Use rake secret to generate a secret_key_base for development and test in the new secrets.yml file. (Manually add the output in the file)
  • rake db:create db:migrate db:seed
  • rails server

Helpful Docs

About

Rails project for a meal planner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published