An open API service indexing awesome lists of open source software.

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

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)