Skip to content

AbdullahKhetran/todo-app-drizzle

Repository files navigation

About

This is an attempt at learning Drizzle ORM and Vercel Postgres by creating an Todo app

Tutorials from youtube has been followed

Part 1

Part 2

Middleware

Middleware is implemented on the about page.

Request to about page will be redirected to home page

Deployment

The project is deployed using vercel

Alerts

Alerts are powered by Logalert through vercel integration

Running Locally

  1. Install the dependencies npm install

  2. Add environment variables

  3. Run development server npm run dev