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

https://github.com/skywalkerSam/image-gallery

Image Gallery demo w/ NEXT.js + Vercel.
https://github.com/skywalkerSam/image-gallery

clerk drizzle getting-started image-gallery nextjs posthog sentry t3-stack uploadthing upstash vercel

Last synced: 12 days ago
JSON representation

Image Gallery demo w/ NEXT.js + Vercel.

Awesome Lists containing this project

README

          



Starboy Logo

image Gallery


A Personalized Gallery Application Demo

 

## 🌐 Domains

- [gallery.skywalkerSam.dev](https://gallery.skywalkersam.dev/)
- [next-gallery-blues.vercel.app](https://next-gallery-blues.vercel.app/)

 

## 🔗 Sources

- The Modern React Tutorial - [YouTube](https://www.youtube.com/watch?v=d5x0JCZbAJs)

 

## ☑️ To Do

- [x] Deploy w/ Vercel
- [x] Basic UI
- [x] DB w/ vercel postgres
- [x] DB integration
- [x] Auth w/ Clerk
- [x] Image Uploads
- [x] Error handling w/ Sentry
- [x] Routing (parallel routes)
- [x] Upload Button
- [x] shadcn-ui
- [x] Analytics w/ PostHog
- [x] Delete w/ *Server Actions*
- [x] *PWA* integration
- Rate-limits w/ upstash

 

## 📝 Notes

- Pull `.env`

```bash
vercel env pull
```

- git `diff`

```bash
git add -p
```

## 🔴 Error Archives

- [DEV]: i have no clue about this particular error because it happens unexpectedly. One minute it's working fine and the other it's not. **/gallery** is effected. _error.tsx_ comes to the rescue, but no aid. One error route to another and the loop continues. The funny part is that after some time it just somehow magically works, the error's gone.) - wtf?

```bash
` ⨯ [Error: [object Object]] { digest: '2626315493' }`
```

 

Until Next Time...✌️

 


Built w/ Next.js + Vercel