I made this simple website for just college project purpose, so feel free to use and modify if you want.
Online Banking website is an electronic payment system that enables customers of a bank to transfer and request money to other customers.
To set this web application, make sure PHP and PHPMyAdmin is installed on your server.
-
Open PHPMyAdmin, create a database name 'bank_db' and import the bank_db.sql file. This will generate tables in your database on your server.
-
Once this is done, go to the url of your website and it should be up and running.
Admin site on : http://localhost/online-banking/site/dist/
Customer site on : http://localhost/online-banking/admin/dist/
- Make sure this project in 'online-banking' named directory for direct access from this urls.
- @rashmin - Idea & Initial work