Skip to content

Some full stack demo based on Java Spring Boot and React.js

Notifications You must be signed in to change notification settings

Bahncard/springboot-react-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack Web Application Demos with React and Spring Boot

This repository contains two full-stack web application demos built with React and Spring Boot. These demos showcase essential CRUD (Create, Read, Update, Delete) functionalities along with the implementation of Spring Security for authentication.

Demos

Demo 1: Employee Management System (CRUD)

A simple employee management system that allows you to perform CRUD operations such as adding, viewing, updating, and deleting employee records.

Demo 2: Todo Management Application (CRUD with Spring Security)

A to-do management app featuring secure CRUD functionalities. Users can register, log in, and manage their to-do lists securely, with JWT-based authentication implemented.

Features

  • Build RESTful APIs using Spring Boot.
  • Consume RESTful APIs in React JS.
  • Data persistence using Spring Data JPA and Hibernate.
  • Secure REST APIs with Spring Security and JWT (JSON Web Token).
  • JWT-based authentication and authorization in both backend and frontend.
  • User registration and login functionality.
  • Styled with Bootstrap CSS framework for responsive design.
  • Developed using modern tools: IntelliJ IDEA with integrated HTTP Client for backend and API testing, VS Code for frontend development, Maven, NPM, and more.

About

Some full stack demo based on Java Spring Boot and React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages