fastify-min/README.md

31 lines
893 B
Markdown
Raw Normal View History

2024-11-09 14:10:29 +00:00
# fastify-min
## Description
2024-11-09 14:15:34 +00:00
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.
2024-11-09 14:10:29 +00:00
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODO
- [x] Serve static files
- [x] Server health route
- [x] Icofonts
2024-11-09 14:15:34 +00:00
- [ ] Redis Route
- [ ] Posgresql Route
- [ ] DB init function
2024-11-09 14:10:29 +00:00
## Credits / Resources
[Fastify Docs](https://fastify.dev/docs/latest/Guides/Getting-Started/)<br>
[Fastify Example App](https://github.com/delvedor/fastify-example)<br>
[Redis Docs](https://redis.io/)<br>
[Postgresql/PG_Admin](https://www.pgadmin.org/download/)
## License
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.