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 e5d160d359
continuous-integration/drone/push Build is passing Details
Add docker-compose setup
2020-06-30 20:48:47 +02:00
magic_app Remove the "The" 2020-06-30 20:37:10 +02:00
.drone.yml Bootstrap something to start 2020-06-30 20:28:47 +02:00
.gitignore Bootstrap something to start 2020-06-30 20:28:47 +02:00
Dockerfile Bootstrap something to start 2020-06-30 20:28:47 +02:00
LICENSE Add LICENSE and README 2020-06-30 20:08:29 +02:00
Makefile Add docker-compose setup 2020-06-30 20:48:47 +02:00
README.md Add docker-compose setup 2020-06-30 20:48:47 +02:00
compose.yml Add docker-compose setup 2020-06-30 20:48:47 +02:00
pyproject.toml Bootstrap something to start 2020-06-30 20:28:47 +02:00
requirements.txt Bootstrap something to start 2020-06-30 20:28:47 +02:00
setup.py Remove the "The" 2020-06-30 20:37:10 +02:00
tox.ini Bootstrap something to start 2020-06-30 20:28:47 +02:00

README.md

Magic App

Build Status

A swarm of dreams.

Go Go Go No Docker

$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ make python-run

Go Go Go Yes Docker

$ make docker-build
$ make docker-run

Go Go Go Yes Docker Compose

$ pip install "docker-compose>=1.26.0,<2"
$ make compose-run