AI based app to plan the perfect diet for you so your mom won't say "Kitna dubla ho gaya hai tu"
This is a full-stack monorepo that contains both the frontend and backend of the app
pnpm install
pnpm dev
# for no migration push
pnpm exec drizzle-kit push
# to generate migration files
pnpm exec drizzle-kit generate
pnpm exec drizzle-kit migrate