/api-ts-template

⛩️ This is a small starter for REST api using Express, TypeScript, and Vitest

Primary LanguageTypeScript

⛩️ API Template ⛩️

Introduction

This is a small starter for restful api using express

configured to use:

  • Express
  • Vitest
  • Typescript

Template comes with example routes that can be deleted and modified anytime

Features

  • Barebones
  • Customizable
  • Test Ready
    • Vitest for unit testing
    • SuperTest for API endpoint testing
  • ESM Support