Skip to content

prateekchaplot/chatlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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