There are no reviews yet. Be the first to send feedback to the community and the maintainers!
online-bookstore
Online book store is a single page(SPA) web application built from scratch using Angular 8 and Java spring boot with mysql database.book-api
Book API demonstrates the RESTful web services using Spring MVC. Book API performs all the CRUD operations. User can create a book, read a single book, update a book and delete a book. To communicate with database we will use Hibernate which is our ORM framework and MySQL is the database to store the records.book-api-spring-boot
Book API demonstrates the RESTful web services using Spring Boot and JPA. Book API uses the MySQL database to store the records. User can perform all the CRUD operations against the database.jsp-servlet-database-crud-application
Employee Directory is a web application developed using JSP and Servlets. The goal of the application is to keep track of the employees and the application involves the basic CRUD operations, it also involves the MVC Design pattern.spring-boot-hibernate-mysql-rest-api
A simple Spring boot application that demonstrates the usage of REST API using Spring boot, Hibernate and MySQL.full-stack-react-and-spring-boot
angular9-springboot-expensetracker
A simple expense tracking application built with Angular 9 and Spring boot that connects to the MySQL database. I used spring data JPA to perform database operations. Users can add, list, update, delete, sort, and filter the expenses.Vehicle-Insurance-System
Vehicle Insurance System is a End-to-End Web application developed using Spring MVC, Hibernate and MySQL.spring-boot-jpa-unit-testing
springmvc-mybatis-mysql
This web application demonstrates the Integration of Spring MVC and Mybatis connecting to a MySQL database and demonstrates the database operations such as Create, Read, Update and Delete.book-management-system
The application demonstrates the CRUD (Create, Read, Update and Delete) operations which is done using Spring Boot, Hibernate, JSP and MySQL. On the landing page of the application displaying all the records in HTML table, user can insert/create the book, update the book, delete the book.angular-2-crud
Book Management System demonstrates the Angular 2 CRUD operations using http() service calls. User can call HTTP post() to insert the record, get() to read the single record/list of records, put() to update the record, and delete() to delete the record.springboot-aws-s3-file-upload
spring-boot-thymeleaf-database-application
spring-boot-mongodb
The application demonstrates the REST API using Spring boot and MongoDB. The application involves the CRUD operations.spring-boot-jpa-rest-api
This demonstrates the REST API using Spring boot, JPA and MySQL. The application describes the CRUD operations such as Create, Read, Update and Delete.jquery-validation
This example demonstrates the client side validation using jQuery validator. The validation contains all the html elements and also contains the custom validation by using addMethod()springboot-jdbctemplate-rest-api-mysql
This is the example that shows you how to build spring boot REST API that connects to MySQL database using Spring JdbcTemplatejavascript-google-firebase
A Simple Javascript Todo application demonstrates connecting to google firebase and performs the database operations like Create, Read, Update and Delete.spring-boot-hibernate-webapp
The goal of the application is to create a web application with Spring boot, hibernate and MySQL. This application not used JPA or JPA specific methods instead we used Native Hibernate.springboot-mongodb-youtube-playlist
A simple Spring boot REST API and MongoDB that demonstrates the database operations like Create, Read, Update, and Delete. It also demonstrates exception handling.spring-boot-highcharts
Tons of examples on Highcharts library with Spring boot and Mysql. Learn more at https://bushansirgur.in/web-technologies/spring-boot-and-highcharts/student-database-app-spring-mybatis
A simple web application that demonstrates the CRUD operations using Spring MVC and MyBatis/iBatisjquery-recipe-app
A simple web application that demonstrates the create, read, update and delete operations with the help of local storage. We will build a recepie application using HTML, CSS, Javascript and jQuery. This application is deployed to the live server and you can check here https://b2tech-recepie.netlify.com/nodejs-express-mongodb-tutorial
spring-boot-examples
javascript-filter
javascript-modal-project
online-shopping
spring-slf4j-logger-example
The application demonstrates that Configure SLF4J Logger for both Console appender and File appender in Spring MVC.spring-data-jpa-tutorials
springbootdemo
Student-database-app
spring-jpa-one-to-many
This application demonstrates the Spring boot JPA one-to-many unidirectional mapping. We can take the example of Post and Comments to demonstrate one to many mapping. We will use JSP as our view template engine.hibernate-advance-concept-01
This example demonstrates the hibernate advance topic @ElementCollection and @CollectionTable annotations.spring-jpa-one-to-one
This application demonstrates the usage of One-to-one bi-directional mapping. We will take the example of User and User details to understand the working of one to one relationship in JPA.Love Open Source and this site? Check out how you can help us