Skip to content

azizbek-tursunov/library

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installing project

  • First clone the repository
git clone https://github.com/azizbek-tursunov/library.git
  • Go to project folder
cd library
  • And then copy .env file
cp .env.example .env
  • Run composer
composer install
  • Generate key
php artisan key:generate
  • Install node modules
npm install
  • Configure .env file to your database
  • Then migrate with seeders
php artisan migrate --seed
  • Run npm and laravel
npm run dev
php artisan serve

Users

  • Admin. Admin can register new employee.
  • Nazoratchi can registers readers who have entered the library.
  • Kutubxonachi can create books and readers. Can give and receive books to students.

  • Admin

login: admin@man.com
password: secret

  • Nazoratchi

login: nazoratchi@man.com
password: secret

  • Kutubxonachi

login: kutubxonachi@man.com
password: secret


Live site here

About

Library management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages