The School library management application is an application that helps library staff to handle the management process and services at the library and make it easier for library members to make transactions and search for books.
Client: Bootstrap 3
Server: PHP 7.2, Laravel 5.4, MySQL 5.7
Clone the project
git clone https://github.com/h10n/School-Library-Management-Application.gitGo to the project directory
cd School-Library-Management-ApplicationInstall dependencies
composer installEnvironment Configuration
cp .env.example .envTo run this project, you will need to change the following environment variables in your .env file
DB_DATABASE
DB_USERNAME
DB_PASSWORD
Set application key
php artisan key:generateDatabase Migrations & Seeding
php artisan migrate:refresh --seedCreate the symbolic link
php artisan storage:linkFor development, run the following command
php artisan serveCopyright © 2022 Nur Hakim.
This project is MIT Licensed.
Please ⭐️ this repository if this project helped you!
