/Rane

Chat Client made in Flask aimed to be hosted in a local network.

Primary LanguagePythonMIT LicenseMIT

Rane Chat Client

image

Rane is a chat client aimed to solve the issue of _______ _________ chat client websites. Therefore, this web application is to be ______ _______.

It doesn't work!

It works on my machine.

How to setup

Install Requirements

pip install -r requirements.txt

Generate Database [/tools]

python create_database

Run Server (Main File)[/]

python run.py

The server will be hosted in your localhost ip. (eg. http://192.168.1.10:5000)

Roadmap

  • Fully Transition to SQL
    • Register
  • Create python script to generate database.
  • Reorganize and message repository code.
    • Reorganizing Functions
    • Function argument types defined
    • Commenting code.
    • Removing unused imports and reordered imports
  • Security
    • Fix SQL injection vulnrelability.
    • Encryption
      • Database
      • Websocket access