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

https://github.com/peterkibuchi/fotomoto

A simple photo gallery app built on the T3 Stack and hosted on Vercel.
https://github.com/peterkibuchi/fotomoto

Last synced: about 1 month ago
JSON representation

A simple photo gallery app built on the T3 Stack and hosted on Vercel.

Awesome Lists containing this project

README

          

# Fotomoto

A simple photo gallery app built on the [T3 Stack](https://create.t3.gg) and hosted on Vercel.

## TODO

- [x] Deploy it (Vercel)
- [x] Scaffold basic UI with mock data
- [x] Tidy up build process
- [x] Actually set up 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)
- [x] Image page (w/ parallel routes)
- [x] Update upload button
- [x] Analytics (PostHog)
- [x] Delete button (w/ server actions)
- [x] Ratelimiting (Upstash)