- React.js and React icons
- MongoDB through mongoose
- tailwind css and daisy UI
- random avatar from
https://avatar-placeholder.iran.liara.run/
- React router, react hot toast, react context,
- Zustand
npm create vite@latest
in frontendnpm i
in frontendnpm init -y
in rootnpm i express dotenv cookie-parser bcryptjs mongoose socket.io jsonwebtoken
in rootnpm i nodemon --save-dev
in rootnpm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install react-icons --save
npm i react-router-dom
npm install react-hot-toast
npm install zustand
in frontendnpm i socket.io.client
in frontend- using postman to test and debug
npm run sever
to start the sever, should seeSever Running on port 8000
on terminal