Skip to content

Latest commit

 

History

History
69 lines (37 loc) · 1.11 KB

readme.md

File metadata and controls

69 lines (37 loc) · 1.11 KB

Library Management System

This is the simplest Library Management System. Easy To Use and maintain.

How to install

First clone the repo

	$ git clone https://github.com/swornimshrestha/library_management_system
	

Edit the ENV File then

Then get into the directory

	$ cd library_management_system

Now migrate the database

	$ php artisan migrate

Seed the dummy data if you need (Optional)

	$ php aritsan db:seed

Now Run the server

	$ php aritsan serve

The server will be live on localhost:8000

and you can see the login email from your database and password is 'secret'.

How to contribute

  • Fork The Repo
  • Create a branch
  • Send a Pull Request

LICENSE

This library management system is under MIT License. Click here To See the LICENSE

Technologies Used

If you are a engineering student looking for LIMS project to submit. You can use this. I understand you.