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

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

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
```