Skip to content

A chat server example used Django REST framework with pytest

Notifications You must be signed in to change notification settings

my-webchat-learning/drf-chat-server-example

 
 

Repository files navigation

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.

About

A chat server example used Django REST framework with pytest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Dockerfile 1.3%
  • Shell 0.5%