A simple bank management system
Install Instruction
First of all you need python 3.6 and node.js/npm installed
Please install all necessary dependencies
pip install -r requirements.txt
When it will be done you must add config env file there will be your secure settings( database connection, secret salt etc.) from example env.example
cp env.example .env
When you can change all needed env variables(set passwords for example)
nano .env
At last you could run the server
$ python manage.py migrate
$ python manage.py runserver
Your website will be available on localhost address or any host you set in .env