Skip to content
/ tez Public

An micro framework for a TypeScript API server made with (Fastify, tsoa, swagger + UI)

Notifications You must be signed in to change notification settings

riazXrazor/tez

Repository files navigation

tez.js

An micro framework for a TypeScript API server made with (Fastify, tsoa, swagger + UI) that auto generates documentation as you build the api

Usage

To build the docs and route from the controllers

npm run build

To start the server run

npm start

auto gernerated documentation for the api can be accessed from http://localhost:3000/docs

Not production ready still work in progress