Nelson1211 / CSE-545-Group-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Shell 24.9%Language:Go 19.4%Language:JavaScript 15.2%Language:Java 14.2%Language:Python 13.7%Language:HTML 8.0%Language:TypeScript 3.1%Language:Groovy 0.7%Language:CSS 0.6%Language:Standard ML 0.1%