Skip to content
forked from asdhammu/Library

Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date

License

Notifications You must be signed in to change notification settings

clayfish/Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management Project

Steps:

  1. Create database tables and schemas as mentioned in readme.txt in database foler.
  2. Then follow the services step as mentioned below.
  3. then follow front end steps as mentioned below.

For Services.:

git clone https://github.com/axd164330/Library.git

cd services

mvn install

then deploy WAR on tomcat

For Front end:

git clone https://github.com/axd164330/Library.git

cd Front end

npm install

npm start

About

Online Library Management. User can search, check in, checkout book. System adds fines automatically if the book is not checked in by due date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.0%
  • TypeScript 22.1%
  • JavaScript 14.2%
  • TSQL 13.2%
  • HTML 5.8%
  • CSS 4.7%