### The Sparks Foundation Internship Project - Basic Banking System A web application used to transfer money between two users and also record the banking transactions/activities.
### Front-End:
- HTML
- CSS
- Bootstrap
Back-End:
- Django
- SQLite
Start with a dummy data for upto 10 customers. Customers table with basic fields such as name, email, current balance etc. Transaction status: Transfer table/ Transfer History which records all the transactions
Home > View Customer > Select One Customer > Transfer Money > Select Receiver > View Customer > View Transaction History