Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 495 Bytes

⛩️ 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