This is a simple Java Spring Boot project designed for User Management with two types of user roles: USER and ADMIN. Authentication is implemented using JSON Web Tokens (JWT), and the default port for the application is 8080. Maven is used as the build tool, and Postgres SQL is the chosen database with JPA for database access.
- User Management with roles: USER and ADMIN
- JWT Authentication
- Database: Postgres SQL with JPA
- Default Port: 8080
Make sure you have the following installed:
- Java Development Kit (JDK)
- Maven
- Postgres SQL
-
Clone the repository:
git clone https://github.com/alwinsimon/User-Management-JavaSpringBoot.git
-
Navigate to the project directory:
cd User-Management-JavaSpringBoot
-
Build the project using Maven:
-
Run the application:
The application will start on the default port: http://localhost:8080.
Explore the API endpoints using the Postman live API Documentation.
Feel free to contribute to the project by creating issues or submitting pull requests.
This project is licensed under the Apache License.
Repository: https://github.com/alwinsimon/User-Management-JavaSpringBoot