This is a project codenamed Meal AI that lets users generate weekly balanced meal plan for given ingredients.
- NextAuth.js for authentication.
- Next.js as web development meta framework.
- TailwindCSS as CSS framework.
- Prisma as TypeScript ORM.
- Postgres as database.
- Vercel account.
- Google Cloud API account as documented by NextAuth.js.
- Create a Postgres database on Vercel Postgres.
- Signup at OpenAI and create an API key.
Clone this repository
git clone git@github.com:abhiomkar/MealAI.git
cd MealAI
Install dependencies
pnpm install
Local development server
pnpm run dev
git push -u origin main