267 skills found · Page 6 of 9
dcankayrak / Blog App Backend🎉 A personal blog site developed to enhance both backend and frontend skills. Built using Java and Spring Boot, with PostgreSQL for data storage. This project helped me dive into full-stack development, combining React, HTML, and CSS to elevate my technical expertise.
talerngpong / Java Kotlin Spring DemoSpring Boot project with Java and Kotlin
luccasalmeida / GedriveSimple Google Drive Rest API Service. This Project was developed using: Spring Boot with Java, OAUTH 2 and Google Cloud.
membrane / Spring Boot Vertical Slice ArchitectureSample project for the Vertical Slice Architecture with Java and Spring Boot
ArfatulAsif / OnlineStudyHelpBD SpringBoot ProjectOnlineStudyHelpBD is a comprehensive platform facilitating seamless interaction between students and teachers. Offering a dynamic Q&A environment . This project was built using Java Spring Boot framework
adityasurya4103 / API Import And Export Data This project is an API designed to seamlessly fetch data from an Excel sheet and store it in a MySQL database. It comprises a robust backend implemented in Java Spring Boot and a dynamic frontend built with Angular. the system incorporates JSON Web Tokens (JWT) for secure authentication, ensuring that only authorized administrator
engripaye / Tasks📝 A backend Task Application built with Java 21 and Spring Boot 3.5, featuring User Authentication, Secure REST APIs, and database version control with Liquibase. This project demonstrates core backend development skills such as API design, authentication/authorization, database schema migrations, CI/CD readiness, and deployment.
Nesho-Developer / BookStore Springboot Angular6Java Project to how use Spring Boot and Angular 6
Palc3301 / ArrudaFood Food DeliveryFood delivery project using Java, Spring Boot and MySQL.
FevziYuksel / Todeb Patika Java Spring Bootcamp Credit Score Application ProjectTodeb-Patika-Java-Spring-Bootcamp-Credit-Score-Application-Project
jagadeeshkiot / Employee Management SysThis project is about Employee Management System built with React+Vita, Java Script and Bootstrap on the frontend, and Spring Boot with MySQL on the backend. This web application allows users to perform CRUD operations (Create, Read, Update, Delete) on employee data.
dndanoff / Spring Udp Java ConfigA simple spring boot project to show spring integration with UDP via Java configuration
kkousounnis / University Academy Web Application Spring ReactThis Project is about a University portal which enrollerd students will use for their courses. Programming Languages that will be used are Java with Spring Boot and Javascript with React. Infrastrure: Linux,Docker containers
jessicaalfred / React Js Car Rental ApplicationCar Rental System using ReactJS, Java Spring Boot and PostgreSql. The project is fully functional web application to avail rental cars.
mdtalalwasim / Spring Boot REST APISpring Boot REST API CRUD App
chalamalasettichamundeswari / SpringBootRestExampleSample REST CRUD API, REST Client with Spring Boot, Mysql, JPA.Includes profiles, logging, Health checks and metrics, Spring Security Steps to Setup: 1. Clone the application https: //github.com/chalamalasettichamundeswari/SpringBootRestExample.git 2. Create Mysql database create database employee_database 3. Change mysql url, username and password and context path as per your installation open src / main / resources / application.properties - change spring.datasource.url, spring.datasource.username and spring.datasource.password server.servlet.context-path as per your mysql installation 4. Build and run the app using Spring Boot App using maven install outide the application(Check target, snapshot.jar is getting or not) 1. open terminal go to the project directory(using cd command). 2. use pwd to know whether you are in present directory or not. 3. java - jar target / studentrestapi - 0.0 .1 - SNAPSHOT.jar 4. The app will start running at http://localhost:8080 Explore Rest APIs: The app defines following CRUD APIs. GET /studentapi/student/ POST /studentapi/student/ GET /studentapi/student/{id} PUT /studentapi/student/ DELETE /studentapi/student/{id} profiles: Two ways to setup: 1.open src / main / resources / application.properties - spring.profiles.active=dev/testing 2.right click on the application.properties click "run as" go to argumnets tab in the override properties type "-Dspring.profiles.active=dev/testing" Health checks and metrics: 1.Add this dependency: spring-boot-starter-actuator 2.To expose all endpoints: open src / main / resources / application.properties - management.endpoints.web.exposure.include=* Spring Security 1.Add this dependency: spring-boot-starter-security
uesleilima / Spring Boot Batch Integration SampleSample project with Spring Batch and Spring Integration using Spring Boot and Java Config
deanjohns / Java Spring Boot MicroservicesJava Spring Boot Microservice example project published in PSR Vlog YouTube channel
brightzheng100 / Springboot Swagger Jpa StackA sample Java project, integrated with Spring Boot, Swagger, JPA, H2, Flyway, Micrometer, to build web apps and RESTful APIs
skhatri / Microservices Starter KotlinMicroservices Starter Kotlin - Microservices Starter Project - Spring Boot, Java 21, Log4j2, TestContainer, JUnit5, Code Coverage, Checkstyle, Kotlin DSL, Postgres, Vault Secrets, Gatling Load Testing, Sonar