specifydevs / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 46.3%Language:TypeScript 25.1%Language:JavaScript 16.5%Language:HTML 6.6%Language:CSS 5.5%