/navedex

The system consists of a web app for viewing and creating navers, with information such as: names, ages, positions, company time and projects that participated.

Primary LanguageTypeScript

Navedex

Netlify Status

The system consists of a web app for viewing and creating browsers, with information such as: names, ages, positions, company time and projects that participated.

Demo

Login

Digite qualquer email e password para entrar na demo.

Commands

  • > yarn dev to start development server.
  • > yarn typecheck to run typechecker.
  • > yarn build to build for release.

Releasing/Deploy

  1. Merge into master;
  2. Create a tag with the release version.
  3. Push

Dificuldades

  • API não permitindo criar novo usuário, todos os endpoints estão exigindo token, mesmo os que deveriam ser públicos.