Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.24 KB

What is this app and what can it do?

Yapper - A Chat App

Pretty simple and beautiful app. Chat with anyone who has signed up and you're good to go.

  • You can Signup/Login and your credentials will be safe casue they are hashed.
  • You don't have to signin on each reload or every time you visit the website. I give you a tasty cookie which is stored in your device for 30 days until it goes stale😔..
  • Chat with your friends or a stranger in real time!! All thanks to Socket.io!
  • You data is safe and stored in MongoDB servers!
  • Website is hosted Render!
  • Now go! Use it to your hearts content!

Tech used

  • React
  • Tailwind
  • Bcrypt
  • Express
  • MongoDB
  • Socket.io
  • DaisyUI
  • JWT
  • Zustand
  • Render

Wanna deploy locally?

npm install To get the dependencies (Install for both front and backend)

npm run server To get the server going (Open terminal and execute from \full-stack-yapper)

npm run dev To get vite up and running (Open terminal and execute from \full-stack-yapper\frontend)

Screenshots

Screenshot Screenshot Screenshot Screenshot