Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alejandrosuero/t3-gallery-practice
A photo gallery using the t3 stack
https://github.com/alejandrosuero/t3-gallery-practice
Last synced: 14 days ago
JSON representation
A photo gallery using the t3 stack
- Host: GitHub
- URL: https://github.com/alejandrosuero/t3-gallery-practice
- Owner: AlejandroSuero
- Created: 2024-04-15T20:18:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-18T20:04:08.000Z (8 months ago)
- Last Synced: 2024-10-19T11:15:44.697Z (2 months ago)
- Language: TypeScript
- Homepage: https://aomet3gallery.vercel.app/
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo gallery
## Using t3 stack
A project to learn about the [t3 stack](https://create.t3.gg/)
---
## TODO
- [x] Make it deploy (w/ vercel)
- [x] Scaffold basic ui with mock data
- [x] Set up database (w/ vercel postgresql)
- [x] Attach database to UI
- [x] Add authentication (w/ clerk)
- [x] Add image upload
- [x] "taint" (server-only)
- [x] Use Next/Image component
- [ ] Error management (w/ Sentry)
- [ ] Routing/image page (paraller route)
- [ ] Delete button (w/ server actions)
- [ ] Analytics (w/ posthob)
- [ ] Ratelimitting (w/ upstash)