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
- Host: GitHub
- URL: https://github.com/emrd/postgresql-user-management-java-spring
- Owner: EmrD
- Created: 2025-01-25T15:10:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T15:15:56.000Z (over 1 year ago)
- Last Synced: 2025-02-02T17:58:57.074Z (over 1 year ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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