RestAPI in Spring Boot

This section contains project Backend in spring boot and MySQL build by using RestAPIs and can be operated using Postman.

Online Voting System project in Spring boot, RestAPI, JPA, MYSQL, Postman

Rest API for Online Voting System in Spring boot, JPA, MYSQL, Postman. In this article, we will build the backend part of the Online Voting System. As we know to communicate between frontend and backend, we need REST API and to develop REST API, we are using Spring Boot framework. What is REST API? REST […]

Online Voting System project in Spring boot, RestAPI, JPA, MYSQL, Postman Read More »

Rest API for E-Commerce Project in Spring boot, JPA, MYSQL, Postman

Rest API for E-Commerce Project in Spring boot, JPA, MYSQL, Postman. REST API is a standard way in the industry to communicate between clients and servers. The data is transferred using JSON and an HTTP request and response object is used. So, let us develop the backend part of the E-Commerce Project. So, in this

Rest API for E-Commerce Project in Spring boot, JPA, MYSQL, Postman Read More »

Rest API for Hospital Management in Spring boot, JPA, MYSQL, Postman

Rest API for Hospital Management in Spring boot, JPA, MYSQL, and Postman. In this article, we will build the backend part of the Hospital Management System. As we know to communicate between frontend and backend, we need REST API and to develop REST API, we are using Spring Boot framework. So, in this article, we

Rest API for Hospital Management in Spring boot, JPA, MYSQL, Postman Read More »

Rest API for Cab booking in Spring boot, JPA, MYSQL, Postman

Online Cab Booking is a backend project. In this project, we have used Spring boot to create RestApi for the cab booking system. It provides APIs to handle the cab booking operation, user management, and Cab and driver management APIs. Let’s understand more about the tools, technologies, features, and functionality of this cab booking API. Used

Rest API for Cab booking in Spring boot, JPA, MYSQL, Postman Read More »

Blog Posts project in Spring Boot, RestAPI, JPA, PostMan and MYSQL

The blog post is a backend Project in Spring boot, RestAPI, JPA, MYSQL, and postman. It contains the Restapi that will run over the postman to perform operations that will be related to managing the online blog. Used technologies to create Blog Post API It uses Spring boot to create RestAPIS. JPA repository to manage

Blog Posts project in Spring Boot, RestAPI, JPA, PostMan and MYSQL Read More »

Rest API for Movie Ticket Booking project using Spring boot, JPA, JWT, Postman and MYSQL

RestAPI Project in Spring boot for movie ticket booking. In this article will discuss the feature, functionality, tools, and technologies to create a Movie ticket booking project backend into spring boot and JPA with JWT and Spring security to create an authentication token for login. Online Movie ticket booking project in spring boot, RestAPI, and

Rest API for Movie Ticket Booking project using Spring boot, JPA, JWT, Postman and MYSQL Read More »

Online medical store project using Spring boot, RestAPI, JPA, JWT, Postman and MYSQL

Project Name: Search Medicine. Technologies: Spring boot, RestAPI, JWT, JPA, Postman, and MYSQL Requirements: Create a web application backend to search medicines. There will be two types of users in the application Admin and Users. where admin can manage the users and medicine and perform operations like View/ADD/EDIT/DELETE Users and medicine. Need to create RestAPIS

Online medical store project using Spring boot, RestAPI, JPA, JWT, Postman and MYSQL Read More »

Ticket Management System RestAPI in Spring boot

Create Rest API into spring boot for the ticket management system. This Rest API project contains a task ticket system same as the Jira ticket management tool. It uses Spring boot to create the rest API and follows MVC architecture. also, it contains different layers like Services, DAO, RestControllers, and Entity. To store the data

Ticket Management System RestAPI in Spring boot Read More »