Skip to content

arminekhachatryan94/mevnchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mevnchat

Real-time chat using MEVN stack

MongoDB, Express, Vue, Node, and Socket.io

Run Mongo Server

sudo mongod --dbpath /data/db/ --port 27017

Back-end: Run Node Server

cd backend
node index.js

Front-end: Run Project

cd frontend
npm run dev

Project is running on http://localhost:8080/#/