https://github.com/jonathanmdr/resistance-api
Star Wars Resistance Social Network
https://github.com/jonathanmdr/resistance-api
api-rest docker docker-compose github-actions github-ci java spring-boot
Last synced: 3 months ago
JSON representation
Star Wars Resistance Social Network
- Host: GitHub
- URL: https://github.com/jonathanmdr/resistance-api
- Owner: jonathanmdr
- Created: 2021-12-13T04:35:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T13:29:24.000Z (over 4 years ago)
- Last Synced: 2025-04-06T07:27:04.246Z (12 months ago)
- Topics: api-rest, docker, docker-compose, github-actions, github-ci, java, spring-boot
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resistance-API
Star Wars Resistance Social Network
[](https://github.com/jonathanmdr/Resistance-API/actions/workflows/maven.yml)
[](https://www.codefactor.io/repository/github/jonathanmdr/resistance-api)
---
## Como executar:
>:warning: É necessário ter o `docker` e `docker-compose` devidamente instalados e configurados.
> Certifique-se também de ter a porta `8080` livre ou altere a porta em que a API estará disponível.
```shell
docker-compose up -d
```
## Como parar a execução:
```shell
docker-compose down --remove-orphans --volume
```
## Com a aplicação em execução acesse a documentação disponível em:
[Resistance-API | Open API](http://localhost:8080/resistance-api)