- A simple Webhook delivery service that builds on top of NextJs serverless App Router, Upstash message queue, and NeonDB.
- Docker (Installation guide)
- Setup environment variables. Create environment config file and change environment variable with the correct variables.
cp .env.example .env
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run temp-database-up
npm run migrate
npm run temp-database-down