FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bwyx/f: production-ready fastify boilerplate, fully type-safe from database modeling to API response 🤘 · GitHub

/ f Public template

Repository files navigation

f

production-ready fastify boilerplate, fully type-safe from database modeling to API response 🤘

Features

API Endpoints

List of available routes:

Auth Token:
POST /auth/register - register
POST /auth/login - login
POST /auth/logout - logout, to invalidate refresh token
GET /auth/sessions - get all active session
POST /auth/refresh-tokens - refresh auth tokens
POST /auth/send-verification-email - send verification token to user's email
POST /auth/verify-email - verify user email

User routes:
POST /users - create a user
GET /users - get all users
DELETE /users/:userId - delete user

About

production-ready fastify boilerplate, fully type-safe from database modeling to API response 🤘

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL