Skip to content

kritebh/team_messaging_app_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discuss App

Discuss app is very similar to Slack, main tech is used are given below -

  • Express JS
  • Socket.io
  • MailJet

How To Run

First clone this repo and create a .env file and it must contains following 8 keys :

  • HOST=localhost
  • PORT=3000
  • CHAT_PORT = 5000
  • SECRET = "some secret message"
  • MJ_API_KEY = "MAILJET API KEY"
  • MJ_API_SECRET = "MAILJET API SECRET"
  • SENDER_EMAIL = "Your Email"
  • MONGO_URL = "mongodb+srv://username:password......"

After creating .env now we are ready to run the project

npm install
npm run start

Screenshots -

Auth

"Login"

"Register

Dashboard

"chat"

"dashboard"

"addMember"

About

A messaging app similar to Slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published