Skip to content

Cotiss/fastify-starter_DEPRECATED

Repository files navigation

Cotiss Fastify Starter

This repository contains a slightly opionated way to use Fastify. All the code is commented and if you follow the guide below it should build apon your understanding on how Fastify works.

Prerequisites

  1. Node >=16
  2. Docker

Getting started

  1. Clone the repository
     git clone https://github.com/Cotiss/fastify-starter.git
  2. Install the dependencies
     npm install
  3. Run the dependent services with Docker
     npm run up
  4. Start the application
     npm run dev
  5. Explore the code
     code .

Walkthrough

This codebase is heavily commented to help you learn the basics. It's recommended starting in the following order:

  1. server.ts
  2. config.ts
  3. index.ts

After this feel free to navigate your way around the codebase.

About

Simple Fastify starter with TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published