Debasish Barai
Debasish Barai
frontend added inside frontend folder with nextjs 14 tailwind screenshot 
Leetcode clone created in Nextjs with tailwind CSS and Prisma orm using Postgresql for database hosted by Supabase and deployed in Vercel website address: https://meetcode.vercel.app/ github repo: https://github.com/DebasishBarai/meetcode  ...
## Bug: Failed to run postgres docker container if it is stopped condition during ./setup.sh run ### PR Fixes: - 1 Problem statement: If the shell script found any container...
## 🔧 Fix bcrypt installation error by replacing with bcryptjs ### PR Fixes: - ✅ Replaced `bcrypt` with `bcryptjs` to avoid native compilation issues during setup. - ✅ Updated all...