calvinmd / buildathon2020

Created with CodeSandbox

Home Page:https://codesandbox.io/s/github/calvinmd/buildathon2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastify-starter

A starter template for creating an HTTP Fastify server with JavaScript. It includes example routes that demonstrate some of the basic features of Fastify. It also comes with unit tests powered by tap.

Codesandbox currently does not support custom eslint overrides; thus, /* eslint strict: "off" */ is included at the top of each file to ignore the strict warning. If you use this template outside of Codesandbox, the eslint configuration within package.json will properly set the sourceType, which means you can remove these comments as no warnings will be produced.

Learn more about fastify by reading our documentation

About

Created with CodeSandbox

https://codesandbox.io/s/github/calvinmd/buildathon2020


Languages

Language:JavaScript 100.0%