fastify-example icon indicating copy to clipboard operation
fastify-example copied to clipboard

This project is a small but feature complete application build with Fastify and Svelte, and it aims to show all the core concepts of Fastify, best practices, and recommendations.

Results 10 fastify-example issues
Sort by recently updated
recently updated
newest added

Just a small fix for a typo :)

I enjoyed reading through the documentation in this repo it was very helpful! :) I have created this pull request to suggest some minor typo fixes etc that I hope...

I tried to add the Mercurius plugin to work with GraphQL but I was not able to access the playground how do we set it up?

Hi, this repository is really worth looking at. Thank you. I learnt a lot. I have one suggestion. Do you think you can provide docker-compose file to speed up time...

Use the declared `autoPrefix` as path for cookie declaration.

Hi, i'm using pnpm as package manager and cookie-signature isn't installed as it's not specified in devDependencies. ```js ❯ pnpm test > [email protected] test /home/nezouse/fastify-example > standard && tap test/**/*.test.js...

`npm run elasticsearch > [email protected] elasticsearch > ./scripts/elasticsearch.sh ./scripts/elasticsearch.sh: line 3: exec: docker: not found`

Thank you for sharing a really good example on how to use fastify. I had a question about [this FAQ on try / catch](encapsulatedInstance). I noticed errors getting lost during...

Thank you for this project. It is very helpful with fastify exploration. I found a little thing which needs to to fixed. The method `getAccessTokenFromAuthorizationCodeFlow(...)` now returns [AccessToken](https://github.com/lelylan/simple-oauth2/blob/master/API.md#accesstoken) which in...