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.git
Go to the project directory
cd School-Library-Management-Application
Install dependencies
composer install
Environment Configuration
cp .env.example .env
To 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:generate
Database Migrations & Seeding
php artisan migrate:refresh --seed
Create the symbolic link
php artisan storage:link
For development, run the following command
php artisan serve
Copyright © 2022 Nur Hakim.
This project is MIT Licensed.
Please ⭐️ this repository if this project helped you!