drf-chat-server-example icon indicating copy to clipboard operation
drf-chat-server-example copied to clipboard

A chat server example used Django REST framework with pytest

DRF chat server example

English | 한국어

A RESTful chat API server example used Django REST framework with pytest

Used stack

  • Python 3
  • Django 2
  • Django REST framework 3
  • pytest

Example features

  • 1:1 chat
  • list of chat room
  • register & login with nickname
  • message will be removed after short time
  • search message
  • push notification

API

You can see API document

Development story

For easily understanding, you can follow development story.