Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 295 Bytes

Eddy Admin Backend

Django-based administration backend for the Eddy Analytics platform.

Project Development Setup

cp .env.example .env
docker network create eddy
docker-compose up

Exposed on localhost:8881 according to the docker-compose.yaml.