Debasish Barai

Results 4 issues of Debasish Barai

frontend added inside frontend folder with nextjs 14 tailwind screenshot ![image](https://github.com/hkirat/real-time-chat/assets/20724822/bf8b184c-3469-4525-af06-4cb7b92b14e5)

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 ![meetcode](https://github.com/hkirat/peetcode/assets/20724822/0d647454-657a-4873-8fea-20bc2b712e66) ![image](https://github.com/hkirat/peetcode/assets/20724822/6dca6679-7031-4eb4-ac9b-8d365b8b8e56)...

## 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...