/MERN-CHAT-APP

Real-Time Chat Application built using MERN stack incorporating formik for form validation, redux-toolkit for state management, rtk-query for centralizing API calls to the backend and handling JWT token.

Primary LanguageJavaScript

React-rtkQuery-Tailwind-Node-ChatApp

Project Structure:

  1. frontend React frontend with Vite
  2. backend Nodejs backend with Socket.io

Running Project Locally

  1. from root cd backend > npm i to install packages for backend
  2. cd ../frontend > npm i to install packages for frontend.
  3. cd ../backend > npm run dev to start both backend and frontend server at one go.
  4. Navigate to localhost:5173 to access to frontend.

Package that made this possible : concurrently