An open API service indexing awesome lists of open source software.

https://github.com/riazXrazor/tez

An micro framework for a TypeScript API server made with (Fastify, tsoa, swagger + UI)
https://github.com/riazXrazor/tez

api api-rest fastify nodejs nodejs-framework nodejs-server server swagger swagger-ui swagger2 tez tsoa typescript

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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