Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex289/what-do-we-eat
Web app to tell you what to eat
https://github.com/alex289/what-do-we-eat
nextjs prisma react tailwindcss typescript vercel
Last synced: about 6 hours ago
JSON representation
Web app to tell you what to eat
- Host: GitHub
- URL: https://github.com/alex289/what-do-we-eat
- Owner: alex289
- License: mit
- Created: 2020-10-22T17:33:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T16:23:35.000Z (2 months ago)
- Last Synced: 2024-09-15T02:15:05.603Z (2 months ago)
- Topics: nextjs, prisma, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://what-do-we-eat.vercel.app
- Size: 3.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![cover](https://repository-images.githubusercontent.com/306412712/6db8458b-8415-407c-9629-712720d57cb1)
# What do we eat?
> Inspired by https://github.com/t3dotgg/t3gallery
Web app to tell you what to eat
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres)
- **ORM**: [Drizzle](https://orm.drizzle.team/)
- **Authentication**: [Clerk](https://clerk.com/)
- **Deployment**: [Vercel](https://vercel.com)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/) and [Shadcn](https://ui.shadcn.com/)## Overview
- `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 types
- `public/*` - Static assets including fonts and images.## Running Locally
```bash
$ 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
```## Cloning / Forking
Please review the [license](https://github.com/Alex289/what-do-we-eat/blob/main/LICENSE) and remove all of my personal information.