Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/novailoveyou/yt-tm-fastify
- Owner: Novailoveyou
- Created: 2024-03-27T12:11:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T17:01:22.000Z (11 months ago)
- Last Synced: 2024-03-28T18:04:22.943Z (11 months ago)
- Topics: fastify
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```