This project allows registered users to manage bookmarks and contact information. Users can perform operations such as adding bookmarks, saving contact details, updating existing information, and deleting entries. The project utilizes various technologies to achieve its functionality.
- Apache Tomcat: Web server and servlet container.
- Spring Boot: Framework for creating Spring-based applications with minimal setup.
- JPA (Java Persistence API): Java standard for accessing databases.
- JSP (JavaServer Pages): Technology for developing web pages with dynamic content.
- Bootstrap: Front-end framework for responsive and mobile-first web development.
- Ajax: Asynchronous JavaScript and XML for client-server communication.
- jQuery: JavaScript library for simplifying HTML DOM traversal and manipulation.
- MySQL: Relational database management system for data storage.
- Bookmark Management: Users can save URLs as bookmarks.
- Contact Saving: Users can store and manage contact information.
- CRUD Operations: Full CRUD (Create, Read, Update, Delete) capabilities for both bookmarks and contacts.
- User Registration: New users can register to access the application.