https://github.com/fayozdeveloper/t3gallery
gallery app with modern T3 stack
https://github.com/fayozdeveloper/t3gallery
clerk drizzle nextjs react t3-stack
Last synced: 2 months ago
JSON representation
gallery app with modern T3 stack
- Host: GitHub
- URL: https://github.com/fayozdeveloper/t3gallery
- Owner: FayozDeveloper
- Created: 2025-01-06T19:11:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-20T08:33:33.000Z (over 1 year ago)
- Last Synced: 2025-03-14T01:12:35.648Z (over 1 year ago)
- Topics: clerk, drizzle, nextjs, react, t3-stack
- Language: TypeScript
- Homepage: https://nextgallery-silk.vercel.app
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T3 Gallery
## TODO
- [x] Make it deploy (vercel)
- [x] Scaffold basic ui with mock data / Базовый UI Scaffold с mock данными
- [x] Tidy up build process
- [x] Actually set up a database (vercel postgres) / На самом деле создал базу данных
- [x] Attach DB to UI / Присоединить базу данных к UI
- [x] Add authentication (w/ clerk) / Добавить аутентификацию
- [x] Add image upload / Добавить загрузку изображения
- [x] "taint" (server-only)
- [x] Use Next/Image
- [x] Error management (w/ Sentry)
- [x] Routing/image page (parallel route)
- [x] custom upload button
- [x] ShadcnUI (specifically toast)
- [x] Delete button (w/ Server Actions)
- [x] Analytics (posthog)