https://github.com/zessx/gulo
Webapp to handle recipes and shopping lists.
https://github.com/zessx/gulo
Last synced: 5 months ago
JSON representation
Webapp to handle recipes and shopping lists.
- Host: GitHub
- URL: https://github.com/zessx/gulo
- Owner: zessx
- Created: 2020-11-11T11:28:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T17:31:58.000Z (over 5 years ago)
- Last Synced: 2025-05-27T01:49:45.425Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 924 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Gulo
====
Manage your recipes, and generate shopping lists
## Development
Install [Docker](https://docs.docker.com/install/) and [Docker-Compose](https://docs.docker.com/compose/). Start your virtual machines with the following shell command:
`docker-compose up --build`
If all works well, you should be able to create an admin account with:
`docker-compose run backend python manage.py createsuperuser`