Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/novailoveyou/yt-tm-fastify

Study project followed https://youtu.be/Lk-uVEVGxOA
https://github.com/novailoveyou/yt-tm-fastify

fastify

Last synced: about 9 hours ago
JSON representation

Study project followed https://youtu.be/Lk-uVEVGxOA

Awesome Lists containing this project

README

        

# Fastify Crash Course | Node.js Framework

## About

This is me following Brad Traversy's [youtube video](https://youtu.be/Lk-uVEVGxOA)

Year 2024

## Commands run in order

Install fastify-cli

```zsh
npm install fastify-cli -g
```

Generate fastify app

```zsh
fastify generate app
```