This is based in a library that allows to loan books for readers.
- Clone the repo in your local machine:
git clone https://github.com/eltonoak/LibrarySystem-Laravel.git
. - Go to the folder
cd LibrarySystem-Laravel
. - Install the composer dependencies
composer install
. - Install the npm dependencies
npm install
. - Start database configuration Change .env file database credentials and run
php artisan migrate --seed
. - All the users have a password = 123456789, has only one admin with the admin username.
- Start the server
php artisan serve
and enjoy.
The software is licensed under the MIT license.