Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 502 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 502 Bytes

finfy-superend-docker

Superend (All in one backend) for finfy app and portal! Uses docker for easy deployment.

Deployment

Clone this repository and follow the below mentioned steps to install with/without docker.

With docker

easy asf, cd to project root and do:

docker-compose up

Wait and your server will be up and running :P

Without docker

A little tedious but do:

pip install -r requirements.txt

and finally

python manage.py runserver 80