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. Make sure you name the database as e-banking-system.
- Create a file and name it .env and paste the contents of .env.example file.
- Run php artisan key:generate in the terminal
- Run composer update into the terminal where you cloned the project [You need composer to do it , if you dont have composer install on your computer download composer ].
- Run php artisan serve to turn on php local server.
- Go to http://127.0.0.1:8000/.
- Now you can preview the project .
- PHP 8.0.1
- Laravel 8.49.1
- Composer 2.1.1