Skip to content

bezlant/version-verse-api

Repository files navigation

version-verse-api

An educational project api based on the chronos feel. Live https://version-verse-api.onrender.com/

Goals

Key takeways

  • To be able to attach a debugger a process use an --inspect flag
  • On hot reload the child processes are not being killed use --tree-kill flag with ts-node or process.on('SIGTERM', () => process.exit())
  • Bcrypt's function hash or hashSync will take forever if you set rounds to your favorite number (69) to reproduce hash(password, 69)

About

⏺️ An intuitive changelog REST API for version control apps. https://version-verse-api.onrender.com/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages