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 fc7b487 commit eadea9cCopy full SHA for eadea9c
README.md
@@ -4,8 +4,8 @@
4
5
### Pré-requisitos
6
7
-. **Node.js** versão 8 ou superior
8
-. **Nodemon** - `npm i -g nodemon`
+- **Node.js** versão 8 ou superior;
+- **Nodemon** - `npm i -g nodemon`.
9
10
### Instalação
11
@@ -14,7 +14,7 @@
14
3. Rode o servidor de desenvolvimento com `npm run dev`.
15
4. Edite o arquivo `/src/services/mysql/index.js` e adicione as suas próprias configurações de conexão com o MySQL. Não se esqueça de criar a tabela:
16
```create table categories (id INT(11) unsigned not null auto_increment, name VARCHAR(255), primary key(id));```
17
-4. O *endpoint* do serviço estará disponível em http://localhost:3456
+4. O *endpoint* do serviço estará disponível em http://localhost:3456 .
18
19
### Sugestão
20
0 commit comments