Skip to content

Kaduh15/webchat

Repository files navigation

Webchat

 

Demo

Webchat

Github top language Github language count Repository size License

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

A simple chat app.

✨ Features

✔️ Chat Real Time;
✔️ Login Screen;\

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git, Node end docker installed.

🏁 Starting with docker

# Clone this project
$ git clone https://github.com/kaduh15/webchat

# Access
$ cd webchat

# Install dependencies
$ npm run prestart

# Run the project
$ npm run compore:up

# Stop the project
$ npm run compore:down

# The frontend will initialize in the <http://localhost:8080>
# The backend will initialize in the <http://localhost:3001>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by @kaduh15

 

Back to top