Maharacha / finedr

Finedr django backend and web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finedr

Run container

docker-compose up -d
Now, django should be accessible on http://localhost:8080
Admin page is: http://localhost:8080/admin

Install as a snap

Run snapcraft to build finedr snap package.
It will generate a file e.g. finedr_0.1_amd64.snap
Install the snap:
sudo snap install finedr_0.1_amd64.snap --devmode --dangerous
It will be automatically started as a daemon. Check with:
sudo snap logs finedr.django-backend

About

Finedr django backend and web frontend


Languages

Language:Python 98.9%Language:Dockerfile 0.6%Language:Shell 0.5%