Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdulrhmanbashammmakh/fintech
Spring boot project for Accounting App
https://github.com/abdulrhmanbashammmakh/fintech
Last synced: 18 days ago
JSON representation
Spring boot project for Accounting App
- Host: GitHub
- URL: https://github.com/abdulrhmanbashammmakh/fintech
- Owner: AbdulrhmanBashammmakh
- Created: 2024-04-08T00:07:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-04T19:00:33.000Z (9 months ago)
- Last Synced: 2024-11-10T15:06:09.885Z (3 months ago)
- Language: Java
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot 3.0 Security with JWT Implementation and Accounting application
This project demonstrates the implementation of security using Spring Boot 3.0 and JSON Web Tokens (JWT). It includes the following features:## Features
* User registration and login with JWT authentication
* Password encryption using BCrypt
* Role-based authorization with Spring Security
* Customized access denied handling
* Logout mechanism
* Refresh tokenProject
* Sales
* Purchases
* Stacks
* Expenses
* Etc.## Technologies
* Spring Boot 3.0
* Spring Security
* JSON Web Tokens (JWT)
* BCrypt
* Maven
* MySql
## Getting Started
To get started with this project, you will need to have the following installed on your local machine:* JDK 17+
* Maven 3+To build and run the project, follow these steps:
*clone this project
* Add database "fintech" to mysql
* Build the project: mvn clean install
* Run the project: mvn spring-boot:run-> The application will be available at http://localhost:9098/myapp238