next-api-decorators
API route decorators
Provides a set of decorators to simplify the creation and configuration of typed Next.js API routes
Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
417 stars
7 watching
29 forks
Language: TypeScript
last commit: 8 months ago
Linked from 1 awesome list
api-decoratorsbackenddecoratorsnestjsnextnextjspipestypescriptvercel
Related projects:
Repository | Description | Stars |
---|---|---|
codecoolture/next-joi | A package that validates incoming requests to Next.js API Routes using the Joi schema validation library. | 112 |
hoangvvo/next-connect | A minimal router and middleware layer for building Next.js API Routes and Edge API Routes with promise-based routing and TypeScript support. | 1,639 |
alexhoma/routex.js | A Next.js router library for managing dynamic routes and building custom link components. | 39 |
thesephi/oak-routing-ctrl | A library of TypeScript decorators for easy scaffolding API services with the Oak framework | 6 |
csprance/next-smrt | A Next.js project template with integrated features for building fast and maintainable web applications. | 55 |
codementorio/nextjs-redux-starter | A Next.js starter kit with Redux and styled-components for building complex single-page applications | 375 |
renatorib/next-jph | An example app demonstrating the use of Next.js and JSONPlaceholder API for building a web application | 35 |
arunoda/nextgram | A sample Next.js app demonstrating routing capabilities and component reuse | 50 |
revskill10/next-routes-middleware | A middleware solution for Next.js applications to enable universal routing and serverless deployment on AWS Lambda. | 40 |
konabos/next.js-starter-kit-using-graphql-and-sitecore-content-hub-content-as-a-service | Next.js application demonstrating integration with Sitecore Content Hub using GraphQL and React | 9 |
cyrilwanner/next-serverless | Simplifies deployment of Next.js applications to AWS Lambda with minimal configuration | 81 |
estrada9166/cookie-handler-next.js | A Next.js project that provides a middleware to handle cookies on the server-side and make them accessible in view templates. | 15 |
albert-gao/feathers-next-example | Sets up Next.js with Feathers.js for building RESTful APIs and real-time applications | 43 |
maxmitko/mlp-ssr | A Next.js application with a modular architecture and separate directories for components, layouts, pages, and store management. | 0 |
yracnet/vite-plugin-api-routes | Automates API routing based on directory structure in ViteJS projects | 30 |