Skip to content

asdhammu/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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