Library
Library copied to clipboard
Online Library Management. User can search, check in, checkout book
Library Management Project
Prerequisites
- Node 16+
- Java 17+
- Create schema with name of 'librarymanagement' in MySql
Service
- update username and password value of 'spring.datasource.username' and 'spring.datasource.password' in the application-dev.properties
- cd services
- mvn spring-boot: run
- Data will load from books-lite.csv in the resources folder.
- For full data change file name to book.csv in the InitialLoad. This can take around 30 minutes.
Front end
- cd FrontEnd
- npm install
- npm run start