Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 421 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 421 Bytes

chat-groups-api

Slack clone API built with Django.

Requirements

  • Python 3.10.5
  • PostgreSQL 14.3
  • Redis 7.0.2

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Start

python manage.py runserver

Docker

docker build -t chat-groups-api .
docker-compose up

API

/
/users
/login
/channels
/channels/<int:channel_id>/messages