calebrash / wawhfd

What are we having for dinner? -- A simple app to help plan meals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What are we having for dinner? (Wawhfd)

My wife and I have a hard time planning what to have to dinner. I created a little Django/React app to help us out. I wanted a place where we could save meals and recipes and then assign them to one of the next several days.

Basically, you fill the sidebar with recipes and/or meals, and then drag and drop them onto days.

Amazing features!

  • Add new recipes
  • Edit existing recipes
  • Delete recipes you never want to eat again
  • Search for recipes

Setup

Prequisites:
  • Python 3
  • virualenv
  • Postgres
Installation
  1. Clone the repo: git clone git@github.com:calebrash/wawhfd.git && cd wawhfd
  2. Create a virtualenv: mkvirtualenv -ppython3 wawhfd
  3. Create database and install dependencies: make init
  4. Run migrations: make migrate
  5. Run the server: make server

Want to make changes? You'll need to install webpack (npm install -g webpack) and then run make dev to build static files.

About

What are we having for dinner? -- A simple app to help plan meals

License:MIT License


Languages

Language:JavaScript 97.7%Language:Python 1.6%Language:CSS 0.7%Language:HTML 0.0%Language:Makefile 0.0%