https://github.com/houarizegai/spring-boot-https
Backend REST API Secured with HTTPS
https://github.com/houarizegai/spring-boot-https
https spring-boot tls
Last synced: 8 months ago
JSON representation
Backend REST API Secured with HTTPS
- Host: GitHub
- URL: https://github.com/houarizegai/spring-boot-https
- Owner: HouariZegai
- Created: 2023-12-11T10:17:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T14:07:36.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T02:13:17.004Z (10 months ago)
- Topics: https, spring-boot, tls
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample HTTPS Secured REST API
This is a sample REST API that is secured using HTTPS. It is built using Spring Boot.## Getting Started
## Create Docker Network
```shell
docker network create --drive bridge --subnet 122.122.122.0/24 backend
```### Run Nginx Proxy Manager Container
```shell
docker-compose -f docker-compose-nginx.yml up -d
```### Create Docker Image & Run Docker Container
```shell
docker-compose up -d
```