Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasspeixoto/debit-charges-backend
Debit Charges - Backend
https://github.com/lucasspeixoto/debit-charges-backend
Last synced: about 19 hours ago
JSON representation
Debit Charges - Backend
- Host: GitHub
- URL: https://github.com/lucasspeixoto/debit-charges-backend
- Owner: lucasspeixoto
- Created: 2024-03-25T23:13:59.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T20:34:52.000Z (7 months ago)
- Last Synced: 2024-04-17T05:32:10.583Z (7 months ago)
- Language: Java
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Debit Charges - Backend## đź’» RepositĂłrio
Projeto [Backend](https://github.com/lucasspeixoto/debit-charges-backend)
## ✨ TecnologiasO projeto foi desenvolvido com as seguintes tecnologias:
- [Sprint Boot](https://spring.io/projects/spring-boot)
- [Maven](https://maven.apache.org/)
- [MySQL](https://www.mysql.com/)
- [Docker](https://www.docker.com/)## 🚀 Inicialização com Docker Compose
```bash
# Clone o repositĂłrio e entre na pasta do projeto
$ git clone https://github.com/lucasspeixoto/debit-charges-backend && cd debit-charges-backend# Execute a aplicação em uma máquina com docker
$ docker-compose up --build# O backend iniciará na porta 6060
```## 📝 Licença
Este projeto está licenciado sob a Licença MIT. Veja o arquivo [LICENSE](https://opensource.org/licenses/MIT) para obter mais detalhes.