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)
- Host: GitHub
- URL: https://github.com/riazXrazor/tez
- Owner: riazXrazor
- Created: 2019-10-13T06:40:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:49:13.000Z (over 2 years ago)
- Last Synced: 2023-03-01T12:16:08.846Z (over 2 years ago)
- Topics: api, api-rest, fastify, nodejs, nodejs-framework, nodejs-server, server, swagger, swagger-ui, swagger2, tez, tsoa, typescript
- Language: TypeScript
- Size: 419 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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