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.
- Host: GitHub
- URL: https://github.com/alwinsimon/user-management-javaspringboot
- Owner: alwinsimon
- License: apache-2.0
- Created: 2023-12-09T08:46:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T08:39:45.000Z (over 2 years ago)
- Last Synced: 2025-10-04T16:28:52.734Z (9 months ago)
- Topics: java, jpa, jwt, learning-by-doing, maven, postgresql, rest-api, role-based-access-control, spring-boot
- Language: Java
- Homepage:
- Size: 110 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)