mrded / template-ts-express

Template for a webservice on typescript + express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-ts-express

Template for a webservice on typescript + express

How to use

  1. Create a new repository from the template
  2. Change package name in package.json and other fields if necessary
  3. Copy .env.example a file at the root of the application cp .env.example .env
  4. Profit!

Features

  • TypeScript support
  • Node v18
  • Unit testing with Jest
  • GitHub Actions integration

TODO:

Observability:

  • healthcheck
  • Traces
  • Logs
  • Metrics
  • Docker

About

Template for a webservice on typescript + express

License:MIT License


Languages

Language:TypeScript 99.8%Language:Shell 0.2%