Simple Library Management System using Play Framework(Java 8) & Angular 6 with SQL database
- Add items
- Delete items
- Reserve items
- Borrow items
- Return items
- Availability check
- Fine calculation
Live project link : https://lms.gigara.info
cd ui
npm install
cd ..
sbt run
This will automatically start both play server & angular server.