Banking Website built on Django designed with Bootstrap
1.Clone Repo
git clone https://github.com/shyam999/ParagonBank.git
2.Setup Virtualenv & Install Requirements
virtualenv env
source env/bin/activate
pip install -r requirements.txt
3.Migrate Database
python manage.py makemigrations
python manage.py migrate
4.Run Server
python manage.py runserver
visit My Website