Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 769 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 769 Bytes

dvdlibrary

Dvd Library Application for Create,Read, Update, Delete and search functionalites

Functionalites

  1. Create Dvd

  2. Edit or Update DVD

  3. Delete DVD

  4. Display Dvd's in a grid

  5. Search dvd based on different dvd properties like title,rating etc..

Technlogies

Spring MVC Spring REST API MySQL JDBC JQuery Bootstrap Tomcat Maven

Build project

  1. Clone git repository.

  2. Open cmd.exe. Change directory to project root directory

  3. Installed maven and tomcat required.

  4. Run command: mvn clean install -DskipTests - builds and generate war file

  5. Copy war file to tomcat/webapps folder and start tomcat

  6. Open browser on page http://localhost:8180/

  7. Enjoy

Author

Kiran Babu | @kiranbabu