dat-adi / lil_bank

This is a mock bank application written in Django
1 stars 1 forks source link

Lil' Bank

The bank that cares about you, not the world, nor the policies of the other banks.

Project Requirements

Lil' Bank is a project that is based on a simulation of real world requirements.

A Bank requires a B2C Web Portal to collect the data about its customers through full-stack based web portal.

For this purpose, the data needs to be collected from various resources. The data needs to be maintained at a centralized location so that it is available to various sections including the Accounts and the Sales sections of various branches, regardless of the hardware and software platforms being used at the branches. It also needs to verify that the valid data is stored in a MySQL database.

The details of the customer are as follows,

A customer may specify residential or official contact information. Bank wants to display the details of all its customers.

The customer details must be available in MySQL & registered user details should be displayed in the tabular structure. Bank needs to display a summarized report about customers.

Features

Other Challenges/Features