Skip to content

minhvo-dev/React-Socket.io-Minhsenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before using Minhsenger™, I can only talk to myself. Now, I can use it to chat with another me. So much more convenient. 😂

Table of Contents

Overview

  • Minhsenger™ is a Progressive Web Application that allows users to chat with others.
  • The application supports unique user nicknames, chat rooms and a real-time dashboard which shows online users and their rooms.

Installation

  • Clone the repo
  • Install packages in both frontend and backend
    cd backend/
    npm install
    cd ../frontend/
    npm install
  • Build the application
    cd ../backend/
    npm run build:ui
  • Start up the application
    npm start
  • By default, the application is started at http://localhost:5000

Notes

Acknowledgement

About

Repo for React web application: Minhsenger™

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published