Steps:
- Create database tables and schemas as mentioned in readme.txt in database foler.
- Then follow the services step as mentioned below.
- then follow front end steps as mentioned below.
git clone https://github.com/axd164330/Library.git
cd services
mvn install
then deploy WAR on tomcat
git clone https://github.com/axd164330/Library.git
cd Front end
npm install
npm start