Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 457 Bytes

File metadata and controls

27 lines (15 loc) · 457 Bytes

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