Skip to content

afrittella/fastify-typescript-starter

Repository files navigation

Fastify + Typescript starter

A really basic API template powered by:

Available scripts:

  • npm run lint (format + lint)
  • npm run build (runs tsc)
  • npm run watch (same as build with "watch" option)
  • npm run start (starts the server with nodemon with hot reload for typescript, thanks to ts-node)
  • npm run test (guess what? :) )

Next steps

  • More basic endpoints (POST, PUT etc.)
  • Request and response handlers
  • Request validation
  • ... (feel free to open issues to suggest improvements)

About

A basic starter for an API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •