This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Luke Murphy 980e9e5587
continuous-integration/drone/push Build is failing Details
Add CI back
2020-07-05 02:44:55 +02:00
magic_app Hacking towards the second.py functionality 2020-07-05 02:41:06 +02:00
spikes Hacking towards the second.py functionality 2020-07-05 02:41:06 +02:00
test Convert to a django-list structure 2020-07-04 13:12:31 +02:00
.drone.yml CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
.envrc.sample Hacking towards the second.py functionality 2020-07-05 02:41:06 +02:00
.gitignore Hacking towards the db.json, trimming as much as possible 2020-07-01 10:40:54 +02:00
CHANGELOG.md Convert to a django-list structure 2020-07-04 13:12:31 +02:00
Dockerfile CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
LICENSE Convert to a django-list structure 2020-07-04 13:12:31 +02:00
README.md Add CI back 2020-07-05 02:44:55 +02:00
celerybeat-schedule CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
celworker.py CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
docker-compose.yml CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
mypy.ini Convert to a django-list structure 2020-07-04 13:12:31 +02:00
poetry.lock Convert to a django-list structure 2020-07-04 13:12:31 +02:00
pyproject.toml CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
setup.cfg Convert to a django-list structure 2020-07-04 13:12:31 +02:00
tox.ini CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
wsgi.py CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00

README.md

magic-app

Build Status

A swarm of dreams.

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/magic-app
$ cd magic-app

Docker Way

$ docker-compose up

Manual Way

$ python3 -m pip install --user pipx
$ pipx install poetry
$ poetry install
$ cp .envrc.sample .envrc
$ direnv allow
$ poetry run flask run