Minimal fastify boilerplate for serving static content.
Go to file
2025-06-29 16:21:50 -05:00
plugins Initial commit 2025-06-29 16:21:50 -05:00
routes Initial commit 2025-06-29 16:21:50 -05:00
static Initial commit 2025-06-29 16:21:50 -05:00
app.js Initial commit 2025-06-29 16:21:50 -05:00
eslint.config.js Initial commit 2025-06-29 16:21:50 -05:00
index.js Initial commit 2025-06-29 16:21:50 -05:00
package-lock.json Initial commit 2025-06-29 16:21:50 -05:00
package.json Initial commit 2025-06-29 16:21:50 -05:00
README.md Initial commit 2025-06-29 16:21:50 -05:00

fastify-min

Description

Barebones fastify app to serve static content. Makes use of icofonts and vanilla. Basic boilerplate to create an app.

Table of Contents

Features / TODO

  • Serve static files
  • Server health route
  • Icofonts
  • Redis Route
  • Posgresql Route
  • DB init function

Credits / Resources

Fastify Docs
Fastify Example App
Redis Docs
Postgresql/PG_Admin

License

This project is licensed under GPLv3 - see the LICENSE file for details.