Skip to content

DreamLaboratory/Django-React-Chat-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with Python, Django and React

Chat with Python, Django and React

Building chat with Python can be a time consuming task. Stream Chat provides the necessary SDK and underlying infrastructure to allow anyone to build chat with Python.

This repository hosts the codebase for the Python Chat Tutorial with Django and React.

To get started, follow these steps:

1. Clone the Repository

`git clone https://github.com/TortuC/Django-React-Chat-Example.git

2. Setup Dependencies

  • brew install python3
  • brew install node && brew install yarn
  • python3 -m venv chatexample
  • source chatexample/bin/activate
  • cd python-chat-example/chat-frontend && yarn && yarn start

3. Replace Stream Chat API Credentials

  • mychat/settings.py on line 47 and 48
  • chat-frontend/src/Chat.js on line 17

About

Django-React-Chat-Example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.6%
  • Python 35.9%
  • Shell 14.3%
  • HTML 5.9%
  • CSS 3.3%