Skip to content

asgarzee/bank_account_manage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Implementation of Bank Transactions

This has APIs to create, list and retrieve bank accounts and perform money transfer across accounts and also debit and credit into an account.

It is using JWT for authentication

Requirements

1. Python 3.5
2. Django 1.11
3. MySQL

Create Virtual Environment

Follow instructions at: http://pypi.python.org/pypi/virtualenv

Install Requirements

pip install -r requirements/base.txt

Run Migrations

python manage.py migrate

Create Superuser

python manage.py createsuperuser

Run Server

python manage.py runserver

Releases

No releases published

Packages

No packages published

Languages