0.1.3 • Published 5 months ago

@baseplate-dev/fastify-generators v0.1.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
5 months ago

@baseplate-dev/fastify-generators

This package provides Fastify-based backend code generators for Baseplate projects.

Purpose

The fastify-generators package provides:

  • Fastify server setup and configuration
  • API route generation with full CRUD operations
  • GraphQL schema and resolver generation
  • Authentication middleware and guards
  • Database integration with Prisma
  • Service layer architecture generation

Key Features

  • RESTful API endpoint generation
  • GraphQL API with type-safe resolvers
  • Authentication and authorization setup
  • Database models and migrations
  • Service pattern implementation
  • Error handling and validation

Part of Baseplate Monorepo

This package is part of the Baseplate monorepo and generates the backend Node.js/Fastify code for Baseplate projects.