Skip to content

Harshall25/ChatPulse

Repository files navigation

ChatPulse

a simple-chat-app ChatPulse | a chat app made for teams using socketio and flask

image

installation

install virtualenv

1 create environment

virtualenv [name]

2 activate

 source [name]/bin/activate

3 install dependencies

 pip install -r requirements.txt

Run

 flask run

Docker

To run with Docker:

  1. Pull the image:

    docker pull harshal825/flask-chat-app
    
  2. Run the container:

    docker run -p 5000:5000 harshal825/flask-chat-app
    

Access the app at http://localhost:5000

About

ChatPulse is a real-time team chat application built with Flask and Socket.IO, featuring user authentication, room management, file sharing with SQLite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors