/chatty

A fullstack webapp - Chat on real time

Primary LanguageJavaScript

Chatty app - Fullstack app

IMAGE CHATTY APP

Video to see the app

Click the image to see the video or Link to video.
CHATTY FULLSTACK APP THUMBNAIL

Built With

React JavaScript React Router Vite

MongoDB NodeJS Express.js Socket.io JWT

TailwindCSS DaisyUI

(back to top)

Some Features:

  • Authentication && Authorization with JWT
  • Real-time messaging with Socket.io
  • Deployment using render (It could take a little bit to start, it's the free tier)

(back to top)

How to run locally the app

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start

(back to top)