tomasanchez / itbank

Itbank Online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Itbank Online

What is this?

This is a simple Django application that allows you to create a bank account and make transactions.

How to run

Create a Virtual environment

python3 -m venv venv

And activate it.

Install dependencies

pip install -r requirements.txt

Run the application

python3 manage.py runserver

What will you find here?

About

Itbank Online

License:Mozilla Public License 2.0


Languages

Language:HTML 54.2%Language:Python 33.6%Language:CSS 7.2%Language:JavaScript 5.0%Language:Procfile 0.0%