Chattr is a service allowing you to anonymously create & join blazing-fast chatrooms in a few clicks.
A full installation instruction is provided below. Feel free to contribute to the project -
python -m venv venv. venv/bin/activatepip install -r requirements/prod.txt Install Node.js, then run
cd .\chattr\chattr-reactnpm installnpm run buildA postgres database, its owner (a user) and a Redis database are required
cp .env.template .envconfigure the corresponding values in your .env file
cd chattrpython manage.py makemigrationspython manage.py migratepython manage.py runserver