https://github.com/adlonymous/t3gallery
https://github.com/adlonymous/t3gallery
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adlonymous/t3gallery
- Owner: adlonymous
- Created: 2024-04-27T19:40:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T03:50:14.000Z (about 2 years ago)
- Last Synced: 2025-02-07T02:48:27.175Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://adlonymousdagallery.vercel.app
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T3 Gallery
Clone repo, run `npm install`, get the required environment variables, and run `npm run db:push` to seed the database. Then run `npm run dev`. Run `npm run db:studio` to see the database. Run `npm run build` to build the app.
# TODO
- [x] Deploy (Vercel)
- [x] Scaffold basic ui with mock data
- [x] Tidy up build process
- [x] Setup a database (Vercel Postgres)
- [x] Attach database to UI
- [x] Add authentication (Clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [x] Error management (Sentry)
- [] Routing/image page (parallel route)
- [] Delete button w/ Server Actions
- [] Analytics (posthog)
- [] Ratelimiting (upstash)