Skip to content

Commit 2b0cdd5

Browse files
Update README.md
1 parent 3b0088c commit 2b0cdd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,24 @@ spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
4343
mvn spring-boot:run
4444
```
4545

46+
## Como Rodar o Projeto(DSV)
47+
1. Clone o repositório:
48+
```sh
49+
git clone https://github.com/VavaHelper/Vava-API.git
50+
```
51+
2. Acesse o diretório do projeto:
52+
```sh
53+
cd Vava-API
54+
```
55+
3. Acesse a branch DSV:
56+
```sh
57+
git checkout development
58+
```
59+
4. Compile e execute o projeto:
60+
```sh
61+
mvn spring-boot:run
62+
```
63+
4664
## Endpoints Disponíveis
4765
A API oferece os seguintes endpoints:
4866

0 commit comments

Comments
 (0)