Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Latest commit

 

History

History
45 lines (34 loc) · 2.72 KB

README.md

File metadata and controls

45 lines (34 loc) · 2.72 KB

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.