An e-commerce website example with NextJS that I made in 1 week as a self challenge. Using Firebase as backend.
This package reads your JSDoc-annotated source code on NextJS API route and generates an OpenAPI (Swagger) specification.
In this tutorial, I'll walk you through setting up authentication in your Next.js 13 app directory using NextAuth.js. It's worth noting that while we use the NextAuth package in this tutorial, you may be using the Auth.js package by the time you read this, as the libraries are now interchangeable.