/Chattr

Chattr - This app will allow users to login/register and create/join teams which will allow them to communicate with other team members via messages. There's also a search feature to search for teams by their unique team ID.

Primary LanguageHTMLMIT LicenseMIT

Chattr

Chattr is a web app where you can organize teams and communicate.

Author

Code written by Arpan Neupane.

Installation

Use the requirements.txt file to install all of the dependencies.

macOS

pip3 install -r requirements.txt

Windows

pip install -r requirements.txt

Usage

macOS

python3 wsgi.py

Windows

python wsgi.py

Then you can go to https://localhost:5000 to run and test the app.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT