Slack clone API built with Django.
- Python 3.10.5
- PostgreSQL 14.3
- Redis 7.0.2
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py runserver
docker build -t chat-groups-api .
docker-compose up
/
/users
/login
/channels
/channels/<int:channel_id>/messages