Skip to content

Messenger using Node.js, Socket.io, React.js & Mongo DB

Notifications You must be signed in to change notification settings

hexism/messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Messenger

Messenger using Node.js, Socket.io, React.js & Mongo DB

Screenshot

Screenshot

Features

  • Sign in & Sign up
  • Add contact & contact list
  • Conversation with contacts

Requirements

  • Node.js
  • Mongo DB

Usage

  1. Create a mongo db database(default database name: db_messenger, for change database name update MONGO_URL variable in /backend/.env file
  2. Install packages using npm install command in backend & frontend folders
  3. Run Server with npm start command
  4. Run Front-End with npm start command

Note

  • If run Front-End project in except for port 3000 update CLIENT_URL variable in /backend/.env file for prevent cors error

About

Messenger using Node.js, Socket.io, React.js & Mongo DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published