Superend (All in one backend) for finfy app and portal! Uses docker for easy deployment.
Clone this repository and follow the below mentioned steps to install with/without docker.
easy asf, cd to project root and do:
docker-compose up
Wait and your server will be up and running :P
A little tedious but do:
pip install -r requirements.txt
and finally
python manage.py runserver 80