https://github.com/piyush-eon/journal-app
Full Stack Journal App with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, ArcJet, Shadcn UI Tutorial 🔥🔥
https://github.com/piyush-eon/journal-app
clerk next15 nextjs postgresql reactjs
Last synced: 8 months ago
JSON representation
Full Stack Journal App with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, ArcJet, Shadcn UI Tutorial 🔥🔥
- Host: GitHub
- URL: https://github.com/piyush-eon/journal-app
- Owner: piyush-eon
- Created: 2024-11-19T09:54:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T05:12:53.000Z (over 1 year ago)
- Last Synced: 2025-10-11T04:31:58.789Z (9 months ago)
- Topics: clerk, next15, nextjs, postgresql, reactjs
- Language: JavaScript
- Homepage: https://youtu.be/cYGAPVUtQ-U
- Size: 2.87 MB
- Stars: 25
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github - U) | ★20 | (Inspirations & Examples)
README
# Full Stack Journal App with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, ArcJet, Shadcn UI Tutorial 🔥🔥
## https://youtu.be/cYGAPVUtQ-U

### Make sure to create a `.env` file with following variables -
```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard
DATABASE_URL=
PIXABAY_API_KEY=
ARCJET_KEY=
```