Skip to content

gabrielogregorio/valorant-tips-api

Repository files navigation

Node Typescript Mongodb Express

GitHub stars GitHub last commit GitHub contributors GitHub language count GitHub repo size

Codacy Badge Codacy Badge

Description

API Valorant tips

Api of the project Valorant tips. Documentation here

Preparing the development environment

  1. Run make build, make version 4.4.1 and Docker version 25.0.2
  2. Access the application on port 3333, documentation in /docs

Tests

To run the automated tests you need to have just installed globally.

yarn test

Aprendizados com esse projeto

  • Se tudo estiver dando errado no docker, experimente usar outra compilaĆ§Ć£o, saia do ALPINE, tente o SLIM, BULLSEYE ou BUSTER, principalmente se os erros nĆ£o tiverem nenhum contexto, nem mensagem, nem consumirem muitos recursos, nem darem nenhum tipo de erro detectĆ”vel.