Skip to content

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.

License

Notifications You must be signed in to change notification settings

h10n/School-Library-Management-Application

Repository files navigation

School Library Management Application

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.

Tech Stack

Client: Bootstrap 3

Server: PHP 7.2, Laravel 5.4, MySQL 5.7

Run Locally

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

Environment Variables

To run this project, you will need to change the following environment variables in your .env file

DB_DATABASE

DB_USERNAME

DB_PASSWORD

Installation

Set application key

php artisan key:generate

Database Migrations & Seeding

php artisan migrate:refresh --seed

Create the symbolic link

php artisan storage:link

Running Dev

For development, run the following command

  php artisan serve

Authors

License

Copyright © 2022 Nur Hakim.

This project is MIT Licensed.

Support

Please ⭐️ this repository if this project helped you!

ko-fi

buy-me-a-coffee

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published