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

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.

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).