Skip to content

lucky-sideburn/cartediaccollo

Repository files navigation

accolli.it

Description

This is the repo of accolli.it. It has been written with Flask.

How to run accoll.it locally

  1. Install MongoDB with the following collections:
  • cards
  • dashboards
  • users
  1. Build docker image using the Dockerfile or pull docker.io/luckysideburn/cartediaccollo:latest

  2. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published