An open API service indexing awesome lists of open source software.

https://github.com/karanshah254/book-vault

Part of my AJP subject.
https://github.com/karanshah254/book-vault

jdbc jsp-servlet mysql-database spring-boot spring-mvc-framework

Last synced: about 2 months ago
JSON representation

Part of my AJP subject.

Awesome Lists containing this project

README

          

## About project **Book-Vault** :
- >This is simple form of books management system where client can add, delete, modify/update, views the list of books with its title, author name, and price.
- >I have used MySQL CLI Client to integrate with client code
- >This is part of my Advance Java Programming subject.

## What does this repository include ????
1. Connection of Java code with MySQL CLI client to modify database created.
2. Created a client-server architecture for two way interaction.
3. Created UI uisng HTML and used Servlet API to extend web servers and create dynamic web content using HTTpServlet and WebServlet, also used **APACHE TOMCAT** Server to host and run java web application.
4. Created the same using Spring MVC framework and implemented CRUD using POSTMAN API.