<p>
I built this banking application using Python, Django, Postgresql for the backend and JS, React, HTML and CSS for the front-end. It has many functionalities. A customer can register/login. They are able to create a savings account, and a deposit account. They can transfer money between accounts, make payments to other customers, add money to their accounts, view their pin, check their user profile, receive notifications, check recent transactions etc.
There are also a number of security elements I have programmed in the back-end to make sure that only the customer logged in can view their own information and undergo functionalities of their choosing. There are also other measures in the back-end to prevent customers from duplicating accounts, preventing special characters that a customer can input etc. These requests are blocked in the back-end to prevent anyone from bypassing the front-end.
</p>
<h2>
</h2>
<p>
Use the information below to login, or register an account. You can register two accounts if you want to experience the interaction with another customer.
Email: christian@email.com
Password: passpassAP1
</p>