Skip to content

tranghane/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a chat app using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published