This is the repo of accolli.it. It has been written with Flask.
- Install MongoDB with the following collections:
- cards
- dashboards
- users
-
Build docker image using the Dockerfile or pull docker.io/luckysideburn/cartediaccollo:latest
-
Start Docker
docker run -p 5000:5000 -d --env MONGO_HOST=<mongodb_ip_address> -v $PWD/cards:/usr/src/app/static/cards docker.io/luckysideburn/cartediaccollo:latest