This is an attempt at learning Drizzle ORM and Vercel Postgres by creating an Todo app
Tutorials from youtube has been followed
Middleware is implemented on the about
page.
Request to about page will be redirected to home page
The project is deployed using vercel
Alerts are powered by Logalert through vercel integration
-
Install the dependencies
npm install
-
Add environment variables
-
Run development server
npm run dev