https://github.com/rd-ricardo/crud-test
https://github.com/rd-ricardo/crud-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rd-ricardo/crud-test
- Owner: RD-Ricardo
- Created: 2025-04-02T22:51:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T12:40:42.000Z (about 1 year ago)
- Last Synced: 2025-04-09T22:45:53.158Z (about 1 year ago)
- Language: C#
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Test
# 🚀 Projeto com Docker
Este projeto utiliza Docker para facilitar a configuração e execução do ambiente. O `docker-compose.yml` está localizado dentro da pasta `docker`.
---
## 🛠 **Pré-requisitos**
Antes de começar, certifique-se de ter instalado:
- [Docker](https://www.docker.com/get-started) (versão mais recente)
- [Docker Compose](https://docs.docker.com/compose/install/)
---
## ▶️ **Como rodar o projeto**
### 1️⃣ Clonar o repositório
```sh
git clone https://github.com/RD-Ricardo/CRUD-Test.git
cd CRUD-Test
```
### Comando docker
```sh
docker-compose -f docker/docker-compose.yml up --build
```
### Acesse
```sh
http://localhost:8080/swagger/index.html
```