This repository contains two different implementations of scheduling functionality using Next.js:
- App Router Implementation - Uses the modern App Router architecture (Next.js 13+)
- Pages Router Implementation - Uses the traditional Pages Router architecture
Each implementation includes its own README with specific instructions for setup and usage. Choose the implementation that best fits your project's architecture.
Both implementations support environment variables via .env.local
files, with the App Router implementation including a detailed guide for configuration.
- Node.js 20.x or higher
- npm or pnpm
This project is MIT licensed.