Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 256 Bytes

File metadata and controls

12 lines (9 loc) · 256 Bytes

NodeJS-Typescript API Template

This is a template with the basic setup and folder structure of a nodejs and typescript API

This codebase supports:

  • NodeJS
  • Typescript
  • Express
  • Token based authentication
  • Docker
  • Tests (with jest and supertest)