Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 451 Bytes

A humble Fastify boilerplate

Simple Fastify boilerplate defines a simple structure to get started.

Getting Started

Dependencies

  • Node 14+

Installing

Clone the repo then

npm i

Executing program

npm start

Server listens in port 3000 and provides a /login route and a /info

@Todo