A Full stack chat app with user authentication system in which you can interact with other users in a specific room
- See this app live:- https://chat-rooms-amitrajit.netlify.app/
cd client
npm i
cd ../server
npm i
cd server/
npm run dev
cd client/
npm start
cd ../server
npm run server