Skip to content

Repository files navigation

Message

Table of Contents

  1. Project Overview
  2. Installation
  3. Configuration

1. Project Overview

app-display

Message is a chat application where users can communicate through text messages, sent according to a predefined protocol.

2. Installation

Prerequisites

List all dependencies and prerequisites that need to be installed before setting up the project.

  1. Python
  2. Git

Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/aptarr/multirealm-chat-app.git
cd multirealm-chat-app

Setup Environment

  1. Create and activate a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Install dependencies:

    pip install -r requirements.txt

Run the Application

  • Development (if you run on local):

    • start the server
    python3 server.py
    • start the app
    flet run
  • Production (if you run on the server):

     docker-compose up -d

Configuration

Environment Variables

  • Development:

    • TARGET_IP= "127.0.0.1" default for run local you can change if you have server on the public IP.
    • TARGET_PORT= "8889" we using this port but you can change to other port

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages