Secure Bank

A Django application to simulate a secure banking application.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Download and install Python 3(https://www.python.org/downloads/release/python-376/)

Installing

Start by installing the requirements as follows:

pip3 install virtualenv

Running

Run the script using the following command:

python3 -m venv secure_bank
. secure_bank/bin/activate
pip3 install -r requirements.txt
python3 manage.py runserver