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/activate
pip install -r requirements/prod.txt
Install Node.js, then run
cd .\chattr\chattr-react
npm install
npm run build
A postgres database, its owner (a user) and a Redis database are required
cp .env.template .env
configure the corresponding values in your .env file
cd chattr
python manage.py makemigrations
python manage.py migrate
python manage.py runserver