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

https://github.com/adlonymous/t3gallery


https://github.com/adlonymous/t3gallery

Last synced: about 1 year ago
JSON representation

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)