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
$ git clone https://github.com/ItamarAlves/sobreviver.git
$ cd /backend
$ yarn apiStart
{ sobreoviver: true }
Servidor no ar.
$ cd /frontend
$ npm install
$ npm start
Verifique se existe o arquivo node_modules. Se existe remove e roda novamente a atualização.
$ rm -rf node_modules
$ npm install