Pinned Repositories
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.
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.
expense-manager-api
Spring boot REST api created for Udemy premium course
full-stack-react-and-spring-boot
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.
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.
spring-boot-hibernate-mysql-rest-api
A simple Spring boot application that demonstrates the usage of REST API using Spring boot, Hibernate and MySQL.
spring-boot-jpa-unit-testing
Vehicle-Insurance-System
Vehicle Insurance System is a End-to-End Web application developed using Spring MVC, Hibernate and MySQL.
scbushan05's Repositories
scbushan05/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.
scbushan05/javascript-google-firebase
A Simple Javascript Todo application demonstrates connecting to google firebase and performs the database operations like Create, Read, Update and Delete.
scbushan05/spring-boot-mongodb
The application demonstrates the REST API using Spring boot and MongoDB. The application involves the CRUD operations.
scbushan05/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.
scbushan05/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.
scbushan05/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.
scbushan05/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/
scbushan05/javascript-filter
scbushan05/nodejs-express-mongodb-tutorial
scbushan05/javascript-modal-project
scbushan05/notes-app
Simple note taking application built from ground up. User can create notes, edit notes and delete notes. Also supports sorting and searching.
scbushan05/spring-boot-examples
scbushan05/spring-data-jpa-tutorials
scbushan05/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.
scbushan05/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.
scbushan05/first-contributions
🚀✨ Help beginners to contribute to open source projects
scbushan05/javascript-background-image-slider
scbushan05/javascript-calculator
scbushan05/javascript-counter-app
scbushan05/javascript-programs-beginners
This repository contains javascript programs for beginners. If you are fresher/beginner and if you are attending an interview try executing these programs once. It helps you a lot.
scbushan05/javascript-testimonials-project
scbushan05/javascript-tip-calculator
scbushan05/js-change-bgcolor-part1
scbushan05/js-change-bgcolor-part2
scbushan05/message-delivered
scbushan05/random-quote-generator
scbushan05/recipe-app
A Simple recipe application built from ground up. User can create recipe, add ingrediants, edit recipe and delete recipe. Application uses the browsers local storage to persist the data.
scbushan05/spring-data-rest-youtube
A Simple Spring Data Rest API with MySQL database which performs the basic database operations such as Create, Read, Update and Delete.
scbushan05/springboot-postgres-heroku
scbushan05/todo-app
A Simple todo application built from ground up. User can create todos, complete the todos and delete the todos. Application uses the browsers local storage to persist the data.