An open API service indexing awesome lists of open source software.

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.

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`