Giter VIP home page Giter VIP logo

library-management-system-20220's Introduction

Library MS

This is Simple Library Management System. is a software used to manage all the books in a library. This helps to keep the records of whole transactions of the books available in the library a System that will manage books and users activity.

Prerequisites

COMPOSER

  • Install PHP Composer

download Composer here:

https://getcomposer.org

NPM

  • Install Node

Download Node here:

https://nodejs.org

XAMPP

  • Install XAMPP
  • Run XAMPP
  • start MYSQL in the XAMPP Controll Panel

Download XAMPP here:

https://www.apachefriends.org/download.html

Installation

In the Project directory, perform the following commands

RUN

npm install
composer install
  • create new file and name it ".env".

  • copy the content from ".env.example" and paste it to the newly created ".env". change the DB_DATABASE, DB_USERNAME, DB_PASSWORD to your setting.

example:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=library_ms
DB_USERNAME=root
DB_PASSWORD=

We generate secret key and update composer running the following commands in the terminal/cmd

php artisan key:generate

composer update

We will add tables to the database we created

 php artisan migrate

We generate Users and Admin of the application

php artisan db:seed

Running the Application

in the terminal/cmd:

php artisan serve

After seeding the database. with php artisan db:seed

you can Login as Admin.

email Address:

password

password

You can change the password and email of the Admin after you login. You can chane it at "Account Info"

library-management-system-20220's People

Contributors

dependabot[bot] avatar eevan7a9 avatar ga2tes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.