Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 623 Bytes

PlanMyDiet

AI based app to plan the perfect diet for you so your mom won't say "Kitna dubla ho gaya hai tu"

ABOUT PROJECT

This is a full-stack monorepo that contains both the frontend and backend of the app

Built With

Setup

pnpm install
pnpm dev

Database

# for no migration push
pnpm exec drizzle-kit push

# to generate migration files
pnpm exec drizzle-kit generate
pnpm exec drizzle-kit migrate