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.
Checkout my youtube channel and give a follow if you like my content!
Links
- Neon - neon.tech - Postgres database on cloud
- Upstash - upstash - Redis database on cloud
- 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
Top comments (2)
Nice one, I will check this.
If you like this post, please like, share and leave a comment.