A minimal fastify project example.
Go to file
2024-11-09 08:15:34 -06:00
plugins Initial Commit 2024-11-09 08:10:29 -06:00
routes Initial Commit 2024-11-09 08:10:29 -06:00
static Initial Commit 2024-11-09 08:10:29 -06:00
app.js Initial Commit 2024-11-09 08:10:29 -06:00
eslint.config.js Initial Commit 2024-11-09 08:10:29 -06:00
index.js Initial Commit 2024-11-09 08:10:29 -06:00
package-lock.json Initial Commit 2024-11-09 08:10:29 -06:00
package.json Initial Commit 2024-11-09 08:10:29 -06:00
README.md Updated README 2024-11-09 08:15:34 -06: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.