Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 1.19 KB

Readme.md

File metadata and controls

28 lines (28 loc) · 1.19 KB

a Fullstack chat app MERN

  • 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

Ran command

  • npm create vite@latest in frontend
  • npm i in frontend
  • npm init -y in root
  • npm i express dotenv cookie-parser bcryptjs mongoose socket.io jsonwebtoken in root
  • npm i nodemon --save-dev in root
  • npm 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 frontend
  • npm i socket.io.client in frontend
  • using postman to test and debug

How to run

  • npm run sever to start the sever, should see Sever Running on port 8000 on terminal

Screenshots

talks1 talks0 talks2 talks3