Works in 3-steps. 1, Choose what dishes you want to eat. 2, Check what ingredients you already have at home. 3, Go shopping with your newly generated list.
- Create Users
- Create Families
- Add multiple users to a family that share dishes and lists
- Add and Remove dishes
Try it out Here
user: demo
pw: Testnunu
- Possibility to edit dishes(instead of remove and create a new)
- Settings to turn off Preshopping step
- Add single items
- Add possibility for more users shopping at the same time(with sockets or a simple refresh button)
This app was created from the way we generally do our shopping already. We typically write down what we want to eat for dishes. Then we try to remember what ingredients are needed for the dishes and then(when we remember) we cross off the stuff we already have at home. So hopefully now with this app we can save a lot of time!
License: MIT
Moved to settings.
-
To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.
-
To create a superuser account, use this command:
$ python manage.py createsuperuser
For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.
Running type checks with mypy:
$ mypy whatfood
To run the tests, check your test coverage, and generate an HTML coverage report:
$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html
$ pytest
Moved to Live reloading and SASS compilation.
The following details how to deploy this application.
Install React:
pip install react
React Beautiful Drag n Drop:
npm install react-beautiful-dnd --save
Start the django server from the project root with:
python3 manage.py runserver
Move into frontend-folder to start react:
npm start
(if the page does not open automatically visit http://localhost:3000/ in the browser)