Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.02 KB

Sobre O Viver

Disciplina: Trabalho Final de Curso

Integrantes Elemar Leonel, Itamar Alves

Tema: APLICAÇÃO WEB PARA ANÁLISE DE PESQUISAS RELACIONADAS AO SUÍCIDIO

Entrega: 16/11/2020


Segue as instruções para startar o projeto.

Primeiro clone o projeto em sua máquina.

$ git clone https://github.com/ItamarAlves/sobreviver.git

Segundo navegue para o diretório de backend e inicia o serviço da API.

$ cd /backend

$ yarn apiStart

Irá visualizar a seguinte informação:

{ sobreoviver: true }
Servidor no ar.

Terceiro navegue para o diretório de frontend e inicia a interface.

$ cd /frontend

$ npm install

$ npm start

Caso dê algum erro ao atualizar bibliotecas do npm, tenta efetuar o seguinte passo.

Verifique se existe o arquivo node_modules. Se existe remove e roda novamente a atualização.

$ rm -rf node_modules

$ npm install