Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 355 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 355 Bytes

chatApp

MERN group chat application

Instructions to run the application -

  • Run npm install in client and server directories
  • Set up .env file in server directory and specify your JWT_SECRET_KEY
  • Run the following command in server directory: node index.js
  • Run the following command in client directory: npm start
  • That's it!