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