• Stars
    star
    1
  • Language
    Java
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

More Repositories

1

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.
TypeScript
102
star
2

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.
Java
21
star
3

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.
Java
17
star
4

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.
Java
14
star
5

spring-boot-hibernate-mysql-rest-api

A simple Spring boot application that demonstrates the usage of REST API using Spring boot, Hibernate and MySQL.
Java
13
star
6

full-stack-react-and-spring-boot

JavaScript
12
star
7

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.
TypeScript
10
star
8

Vehicle-Insurance-System

Vehicle Insurance System is a End-to-End Web application developed using Spring MVC, Hibernate and MySQL.
JavaScript
10
star
9

spring-boot-jpa-unit-testing

Java
9
star
10

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.
Java
9
star
11

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.
Java
8
star
12

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.
TypeScript
8
star
13

springboot-aws-s3-file-upload

Java
7
star
14

spring-boot-thymeleaf-database-application

Java
7
star
15

spring-boot-mongodb

The application demonstrates the REST API using Spring boot and MongoDB. The application involves the CRUD operations.
Java
5
star
16

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.
Java
5
star
17

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()
HTML
5
star
18

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 JdbcTemplate
Java
5
star
19

javascript-google-firebase

A Simple Javascript Todo application demonstrates connecting to google firebase and performs the database operations like Create, Read, Update and Delete.
JavaScript
5
star
20

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.
Java
5
star
21

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.
Java
4
star
22

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/
Java
4
star
23

student-database-app-spring-mybatis

A simple web application that demonstrates the CRUD operations using Spring MVC and MyBatis/iBatis
Java
3
star
24

jquery-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/
JavaScript
3
star
25

scbushan05

3
star
26

nodejs-express-mongodb-tutorial

JavaScript
2
star
27

spring-boot-examples

Java
1
star
28

javascript-filter

CSS
1
star
29

javascript-modal-project

CSS
1
star
30

online-shopping

JavaScript
1
star
31

spring-slf4j-logger-example

The application demonstrates that Configure SLF4J Logger for both Console appender and File appender in Spring MVC.
Java
1
star
32

springbootdemo

Java
1
star
33

Student-database-app

Java
1
star
34

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.
Java
1
star
35

hibernate-advance-concept-01

This example demonstrates the hibernate advance topic @ElementCollection and @CollectionTable annotations.
Java
1
star
36

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.
Java
1
star