Skip to content

alwinsimon/User-Management-JavaSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management - Java Spring Boot

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.

Features

  • User Management with roles: USER and ADMIN
  • JWT Authentication
  • Database: Postgres SQL with JPA
  • Default Port: 8080

Getting Started

Prerequisites

Make sure you have the following installed:

  • Java Development Kit (JDK)
  • Maven
  • Postgres SQL

Installation

  1. Clone the repository:

    git clone https://github.com/alwinsimon/User-Management-JavaSpringBoot.git
    
  2. Navigate to the project directory:

    cd User-Management-JavaSpringBoot
    
  3. Build the project using Maven:

  4. Run the application:

The application will start on the default port: http://localhost:8080.


API Documentation

Explore the API endpoints using the Postman live API Documentation.

Contributing

Feel free to contribute to the project by creating issues or submitting pull requests.

License

This project is licensed under the Apache License.


Repository: https://github.com/alwinsimon/User-Management-JavaSpringBoot