DEV Community

Cover image for Create a Clean Blog App Using Jstack (Nextjs, Neon, Prisma, Tailwind)
Vuelancer
Vuelancer

Posted on • Updated on

Create a Clean Blog App Using Jstack (Nextjs, Neon, Prisma, Tailwind)

Hey,

Stack used: Jstack
Clone this repo and fill .env.example and rename it to .env file

Recently Josh (@joshtriedcoding) posted a youtube video for the stack he created Jstack. It amused me a little bit to try and play with the stack. So i decided to clone it.

Using it, I created a simple blog (not yet finished), (repo link given below). It was fun to work with neon & upstash along with nexjs & tanstack especially.


Links

  1. Neon - neon.tech - Postgres database on cloud
  2. Upstash - upstash - Redis database on cloud
  3. Github repo - Vuelancer blog

Commands

# To generate prisma schema
npx prisma generate

# To migrate prisma schema to cloud
npx prisma migrate dev

# To start the application
npm install && npm run dev
Enter fullscreen mode Exit fullscreen mode

Demo

Image description


Some of my youtube videos



Support Me

Top comments (2)

Collapse
 
vishals1005 profile image
vishal s

Nice one, I will check this.

Collapse
 
vuelancer profile image
Vuelancer

If you like this post, please like, share and leave a comment.