An open API service indexing awesome lists of open source software.

https://github.com/torhamdev/earth-chat

a simple real-time global chat
https://github.com/torhamdev/earth-chat

Last synced: 8 months ago
JSON representation

a simple real-time global chat

Awesome Lists containing this project

README

          

![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)
![image](https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=green)
![image](https://img.shields.io/badge/django%20rest-ff1709?style=for-the-badge&logo=django&logoColor=white)
![image](https://img.shields.io/badge/redis-CC0000.svg?&style=for-the-badge&logo=redis&logoColor=white)
![image](https://img.shields.io/badge/JWT-000000?style=for-the-badge&logo=JSON%20web%20tokens&logoColor=white)

# earth-chat
> a simple real-time global chat

A platform for a completely anonymous chat! without receiving any identifying information from the user. Just open it and chat with people on earth!

# What am I going to do?
I use this project as an exercise and in this exercise, I want to use Django, Django Channels, Docker, and Redis technologies to build a real-time chat platform :)

# How To Run?
## Manually
```bash

# clone the project
git clone https://github.com/TorhamDev/earth-chat

cd earth-chat

# install libs
pip install -r requirements.txt

# run the projct
python3 manage.py runserver
```
# License
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)