We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178322d commit 07c520fCopy full SHA for 07c520f
README.md
@@ -82,14 +82,17 @@ yarn
82
Depois de executado o comando acima, execute ```cd ..```
83
84
---
85
+
86
#####Java
87
88
Clone o repositório
89
```sh
90
git clone https://github.com/higorpo/fatorial-backend-java backend
91
```
92
93
### Executando o backend
94
Siga o tutorial do backend que você baixou acima (Node.js ou Java)
95
96
#####Node.js
97
98
cd backend
@@ -98,7 +101,9 @@ yarn dev
101
99
102
100
103
104
105
106
107
108
109
./gradlew bootRun
0 commit comments