https://github.com/parksangji/api-portal
This is a project to build an API developer portal using Spring Boot.
https://github.com/parksangji/api-portal
gradle java21 jpa postgresql spring-boot spring-security thymeleaf
Last synced: 7 months ago
JSON representation
This is a project to build an API developer portal using Spring Boot.
- Host: GitHub
- URL: https://github.com/parksangji/api-portal
- Owner: parksangji
- Created: 2025-04-29T10:42:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-01T13:38:02.000Z (8 months ago)
- Last Synced: 2025-05-01T14:47:01.377Z (8 months ago)
- Topics: gradle, java21, jpa, postgresql, spring-boot, spring-security, thymeleaf
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Developer Portal
This is a project to build an API developer portal using Spring Boot.
## Features
- User Registration & Login
- API Key Issuance
- API Documentation
- Sample API Testing
## Tech Stack
- Java 21
- Spring Boot 3.x
- Spring Web, Spring Data JPA, Spring Security
- Thymeleaf
- PostgreSQL
- Gradle
## How to Run
1. Clone the repository.
2. Configure `src/main/resources/application.properties` with your PostgreSQL details.
3. Run `./gradlew bootRun` (or use your IDE).