From 6bcdb17ff7e258cb4ac47e7448f56bfb5898174b Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sat, 9 Nov 2024 08:15:34 -0600 Subject: [PATCH] Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3aaf947..31f7771 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # fastify-min ## Description -Barebones fastify app to serve static content. Makes use of [icofonts](https://myrepos.xyz/Randy-Jordan/icofonts), [vanilla](https://myrepos.xyz/Randy-Jordan/vanilla), and [bejs](https://myrepos.xyz/Randy-Jordan/bejs). Basic boilerplate to create an app. +Barebones fastify app to serve static content. Makes use of [icofonts](https://myrepos.dev/Randy-Jordan/icofonts) and [vanilla](https://myrepos.dev/Randy-Jordan/vanilla). Basic boilerplate to create an app. ## Table of Contents @@ -15,6 +15,9 @@ Barebones fastify app to serve static content. Makes use of [icofonts](https://m - [x] Serve static files - [x] Server health route - [x] Icofonts +- [ ] Redis Route +- [ ] Posgresql Route +- [ ] DB init function ## Credits / Resources