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.
- Host: GitHub
- URL: https://github.com/karanshah254/book-vault
- Owner: karanshah254
- Created: 2025-02-07T20:03:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T06:11:10.000Z (about 1 year ago)
- Last Synced: 2025-07-04T17:45:29.137Z (12 months ago)
- Topics: jdbc, jsp-servlet, mysql-database, spring-boot, spring-mvc-framework
- Language: Java
- Homepage:
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.