Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 792 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 792 Bytes

TO-DO

  • asistente cli
  • validaciones con zod
  • lógica de endpoints en archivos únicos sin export
  • vincular a db oracle (un server separado le pegará a oracle)
  • unit tests con jest
  • imports condicionales usando fs (quizás hay que usar require)
  • chequeo de estructura de db local con sequelize
  • agregar helmet
  • api status check endpoint para el bot
  • logeo con winston y reporte al discord
  • linteo desde gh actions, por si algún hdp edita algo por fuera de vscode
  • modo de testeo contra prod con variables de entorno

--

git remote add template https://github.com/SangrePrimitiva/rest-node-ts-template.git
git fetch template
git merge template/main --allow-unrelated-histories