https://github.com/boolfalse/node-fastify-crud
Node.js CRUD with Fastify framework
https://github.com/boolfalse/node-fastify-crud
Last synced: 11 months ago
JSON representation
Node.js CRUD with Fastify framework
- Host: GitHub
- URL: https://github.com/boolfalse/node-fastify-crud
- Owner: boolfalse
- Created: 2022-07-09T13:14:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T15:50:25.000Z (over 3 years ago)
- Last Synced: 2025-01-10T06:58:56.459Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js CRUD with Fastify framework
### Simple CRUD API
---
#### Sources:
- [Postman URL for published documentation](https://documenter.getpostman.com/view/1747137/UzJPMaWV)
- [**Traversy Media** - Fastify Crash Course | Node.js Framework](https://www.youtube.com/watch?v=Lk-uVEVGxOA)
- [Brad Traversy GitHub repository](https://github.com/bradtraversy/fastify-crash-course)
- [Express vs Fastify performance](https://medium.com/@onufrienkos/express-vs-fastify-performance-4dd5d73e08e2)
#### Author:
- [BoolFalse](https://boolfalse.com)