Simple WebApp to aggregate notes in one place
Site live at dypatil.vercel.app
- NextJS
- ShadCN UI library
- Drizzle (ORM)
- Neon DB (Postgres Database)
- Framer motion
- AuthJS (Authentication)
- PostHog (Analytics)
Project Docuementation: https://tejasbhovad.notion.site/Notes-Site-d7245491911a4859bbe2d31eb2a4dd23?pvs=4
- populate the
.env.example
files with own keys - install dependencies using
pnpm install
command - generate and push schema using drizzle orm
-
pnpm drizzle-kit generate
: Generate Schema for DB -
pnpm drizzle-kit push
: Push Schema to DB -
pnpm drizzle-kit studio
: view DB locally(you may need certain things installed and will be prompted to install those if needed)
pnpm dev
to start the development server