Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.04 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.04 KB

MERN-CHAT-APP

MERN-chat-app is a realtime chat application built with React, Redux, Express, SocketIO and MongoDB.

Installation

Install frontend dependencies

cd frontend
npm install

// start server
npm start

Install backend dependencies

cd backend
npm install

// start server
npm start

Technology Used

Frontend

Backend

Screens

Login Login Page

Register Register Page

Chat View Register Page

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT