Chattr is a web app where you can organize teams and communicate.
Code written by Arpan Neupane.
Use the requirements.txt file to install all of the dependencies.
pip3 install -r requirements.txt
pip install -r requirements.txt
python3 wsgi.py
python wsgi.py
Then you can go to https://localhost:5000 to run and test the app.
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.