shyam999 / Django-Bank

Django-Bank is an open source full fledged Banking Website Developed in Django and designed with Bottstrap.It offers every service that a banking web application should...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paragon Bank

Banking Website built on Django designed with Bootstrap

Demo:

Installation:

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

Where to find Me

visit My Website

About

Django-Bank is an open source full fledged Banking Website Developed in Django and designed with Bottstrap.It offers every service that a banking web application should...


Languages

Language:Python 43.9%Language:CSS 29.6%Language:HTML 19.5%Language:JavaScript 7.0%