- 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!
- React
- Tailwind
- Bcrypt
- Express
- MongoDB
- Socket.io
- DaisyUI
- JWT
- Zustand
- Render
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)