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

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 🔥🔥

Awesome Lists containing this project

README

          

# Full Stack Journal App with Next JS, React, Tailwind CSS, Prisma, Neon, Clerk, ArcJet, Shadcn UI Tutorial 🔥🔥
## https://youtu.be/cYGAPVUtQ-U

![image](https://github.com/user-attachments/assets/8e4fbd95-40af-4496-a319-dd74d3954814)

### 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=
```