DeMon is a DEpendency MONitoring tool. It allows you to list and monitor all the dependencies used across all of your projects.
Prerequisites: Docker, docker-compose
- Clone this repository.
- Create
.envfile basing on the existing.env.examplefile. - Run
docker-compose up -dand wait for all containers to be up and running. - Run migrations:
docker-compose exec django python manage.py migrate - Visit http://localhost:8000 in your favourite browser.
