28 lines
878 B
Markdown
28 lines
878 B
Markdown
# 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.
|
|
|
|
## 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
|
|
|
|
|
|
## 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.
|