Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 883 Bytes

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