... | ... | @@ -22,6 +22,24 @@ Revisores: Fábio Almeida, Fabrício Pujol. |
|
|
|
|
|
---
|
|
|
|
|
|
### Instruções de Instalação
|
|
|
|
|
|
--- |
|
|
\ No newline at end of file |
|
|
### Instruções para Configurar o Servidor MySQL local (facil)
|
|
|
|
|
|
1- Instalar o XAMPP e ligar o Servidor MySQL
|
|
|
|
|
|
https://www.apachefriends.org/download.html
|
|
|
|
|
|
2- Instalar o MySQLWorkbench e configurar uma nova conexão com o servidor XAMPP
|
|
|
|
|
|
https://dev.mysql.com/downloads/workbench/
|
|
|
|
|
|
3- Entre no diretório da API para verificar as configurações do banco:
|
|
|
|
|
|
Abrir arquivo: simulados-back\app\config\config.json
|
|
|
|
|
|
e garantir que o teu workbench esteja configurado de acordo com as informações no arquivo.
|
|
|
|
|
|
4- Inicie a API e ele irá gerar as tabelas automaticamente se elas ainda não existirem:
|
|
|
$ npm install
|
|
|
$ npm start
|
|
|
Acesse no navegador e verifique a mensagem "Welcome Stranger":
|
|
|
http://localhost:3000 |
|
|
\ No newline at end of file |