An open API service indexing awesome lists of open source software.

https://github.com/alwinsimon/user-management-javaspringboot

JAVA Spring Boot based User Management API Server.
https://github.com/alwinsimon/user-management-javaspringboot

java jpa jwt learning-by-doing maven postgresql rest-api role-based-access-control spring-boot

Last synced: about 2 months ago
JSON representation

JAVA Spring Boot based User Management API Server.

Awesome Lists containing this project

README

          

# 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](http://localhost:8080).

---

## API Documentation

Explore the API endpoints using the [Postman live API Documentation](https://documenter.getpostman.com/view/27773540/2s9Ykhgj5q).

## Contributing

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

## License

This project is licensed under the [Apache License](LICENSE).

---

**Repository:** [https://github.com/alwinsimon/User-Management-JavaSpringBoot](https://github.com/alwinsimon/User-Management-JavaSpringBoot)