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

https://github.com/emrd/postgresql-user-management-java-spring


https://github.com/emrd/postgresql-user-management-java-spring

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# PostgreSQL User Management In Java Spring Boot

This is a simple demo project to show how to use PostgreSQL in Java Spring Boot with user management system.

## What you'll need
- PostgreSQL database
- Java JDK 8
- Maven 3
- Your favorite IDE

## Getting Started
1. Clone this repository
2. Create a PostgreSQL database
3. Update the `DbProps.java` file with your database settings
4. Run the application
5. Open your browser and navigate to `http://localhost:8080/swagger-ui.html`
6. You can now test the API