Skip to content

shashank78456/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

The first user to signup has superadmin privileges. Only superadmin can accept or deny clients seeking admin privileges.

Users cannot signup as admin.

To create database:

mysql -u test -p < ./config/database.sql

Replace test by your mysql username.

To start the server execute:

node app.js

To access website, go to http://localhost:3000/.

Clients can borrow books by making a borrow request which needs to be approved by an admin. Clients can return books and access their borrow history. Clients can request for admin privileges.

Admins can approve borrow requests, add new books in the catalog, make a book available for borrowing or disable borrowing of a book.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published