Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 875 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 875 Bytes

NodeJS Typescript Template

Bare template for nodejs + typescript

npm i
npm run docker:start
npm run dev

What is already in here 🚀

  • eslint
  • ts config
  • jest config
  • nodemon config
  • file structure following with: router, controller, service, startup config
  • simple jest unit test if you're new to it
  • http requests for quick testing
  • local db (docker) - added September 30, 2020 ✔️
  • Prisma ORM - added September 30, 2020 ✔️

What is missing 👷

Well, a lot 😃, but I'll try to keep this up to date and include a few missing things

  • proper error handling
  • proper logging
  • basic security
  • hooks
  • swagger
  • middlewares

Notes

This is an attempt to help a few folks trying to get a grasp on nodejs(and ts) as well as for my own use 🌚