This is Summer 2020-2021 Advanced Web-Technology mid-term project where we have developed a full front-end and back-end system for an E-Banking system using Laravel framework and php myAdmin.
- Clone the project in your local repository
- Get the project database form databse/project db folder and import it into your php myAdmin local host. Must remember to name the database as e-banking-system.
- Make a file and name it .env and paste the contents of .env.example file.
- Run composer update into the terminal where you cloned the project [ you need composer to do it , or you can download composer ].
- Run php artisan serve to turn on php local server.
- Go https://127.0.0.1:8000/ .
- Now you can preview the project .
- PHP 8.0.1
- Laravel 8.49.1
- Composer 2.1.1