Skip to content

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

Asbaharoon/Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library Management Project

Prerequisites:

Create schema with name of 'librarymanagement' in MySql. Run the following command in mysql command line

For Services.:

  • update password value of 'spring.datasource.password' in the application-dev.properties if different from 'admin'

  • cd services

  • mvn spring-boot: run ( On first run, load will be inserted to database. This may be take from 15 - 30 minutes)

For Front end:

  • cd FrontEnd

  • npm install

  • npm run 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 55.2%
  • TypeScript 31.6%
  • HTML 6.2%
  • CSS 5.1%
  • JavaScript 1.9%