Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 311 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 311 Bytes

ChatLink

A short messaging app built on MERN stack

Live Demo

Technologies used

  • MongoDB
  • Express.js
  • React
  • Node.js

Getting started

  • Frontend

    cd frontend && npm i && npm start
    
  • Backend

    cd backend && npm i && npm start