Certifique-se de ter os seguintes componentes instalados em seu sistema:
-
Clone o repositório do aplicativo para o seu sistema.
git clone https://github.com/seu-usuario/nome-do-repositorio.git
-
Navegue até o diretório do aplicativo.
cd nome-do-repositorio
-
Instale as dependências do projeto utilizando o npm.
npm i
-
Configure o arquivo
.env
comMONGO_URL
sendo a URL de conexão para o seu MongoDB. -
Inicie o bot com o seguinte comando:
npm run dev
-
Inicie o servidor com o seguinte comando:
npm run server
Após seguir esses passos, o aplicativo estará em execução. Certifique-se de que todas as dependências foram instaladas corretamente e que nenhum erro ocorreu durante o processo de inicialização.
Make sure you have the following components installed on your system:
-
Clone the application repository to your system.
git clone https://github.com/your-username/repository-name.git
-
Navigate to the application directory.
cd repository-name
-
Install project dependencies using npm.
npm i
-
Configure the
.env
file withMONGO_URL
set to your MongoDB connection URL. -
Start the bot with the following command:
npm run dev
-
Start the server with the following command:
npm run server
After following these steps, the application will be up and running. Ensure that all dependencies were installed correctly and no errors occurred during the startup process.
It is licensed under a Creative Commons Attribution 4.0 International License. The licensor cannot revoke these freedoms as long as you follow the license terms:
- Attribution — You must give appropriate credit like below:
WINTER, C. E. T. W. E. T.; KLEIN, D. H.; LAZARIN, N. M. Uma proposta de ferramenta de análise de dados administrativos como estratégia defensiva ao estelionato digital. Anais do XV Computer on the Beach - COTB’24. Anais... Em: COMPUTER ON THE BEACH. Balneário Camboriú - Santa Catarina - Brasil: Universidade do Vale do Itajaí, 28 maio 2024. DOI: 10.14210/cotb.v15.p315-317 Disponível em: https://periodicos.univali.br/index.php/acotb/article/view/20379. Acesso em: 24 nov. 2024
Cite using Bibtex
@inproceedings{winter_uma_2024,
address = {Balneário Camboriú - Santa Catarina - Brasil},
title = {Uma proposta de ferramenta de análise de dados administrativos como estratégia defensiva ao estelionato digital},
copyright = {Licença Creative Commons Attribution 4.0 International},
url = {https://periodicos.univali.br/index.php/acotb/article/view/20379},
doi = {10.14210/cotb.v15.p315-317},
language = {pt},
urldate = {2024-11-24},
booktitle = {Anais do {XV} {Computer} on the {Beach} - {COTB}'24},
publisher = {Universidade do Vale do Itajaí},
author = {Winter, Carlos Eduardo Taranto Winter Eduardo Taranto and Klein, Davi Heggdorne and Lazarin, Nilson Mori},
month = may,
year = {2024},
pages = {315--317},
file = {Texto completo:/home/nilson/Zotero/storage/VNXDCTZ2/Winter et al. - 2024 - Uma proposta de ferramenta de análise de dados administrativos como estratégia defensiva ao estelion.pdf:application/pdf},
}