Inspired by https://github.com/t3dotgg/t3gallery
Web app to tell you what to eat
- Framework: Next.js
- Database: Vercel Postgres
- ORM: Drizzle
- Authentication: Clerk
- Deployment: Vercel
- Styling: Tailwind CSS and Shadcn
src/app/*
- All pages.src/app/api/*
- All route handlers.src/components/*
- All custom components and Shadcn components.src/lib/*
- A collection of helpful utilities or code for external services.src/server/*
- Server related code like database stuff and rate limiting.src/styles/*
- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.src/types/*
- All typespublic/*
- Static assets including fonts and images.
$ git clone https://github.com/Alex289/what-do-we-eat.git
$ cd what-do-we-eat
$ pnpm
$ cp .env.example .env
# Fill in the .env file
$ pnpm dev
Please review the license and remove all of my personal information.