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

https://github.com/matousss/iris

Basic chatting Web App
https://github.com/matousss/iris

django python react reactjs rest-api webapp

Last synced: 3 months ago
JSON representation

Basic chatting Web App

Awesome Lists containing this project

README

          

# Iris

[![GitHub](https://img.shields.io/badge/-GitHub-2d2d2d?style=flat-square&logo=GitHub&logoColor=white)](https://github.com) [![Git](https://img.shields.io/badge/-Git-2d2d2d?style=flat-square&logo=Git)](https://git-scm.com) [![python 3.10](https://img.shields.io/badge/Python-3.10-141414?style=flat-square&logo=python&labelColor=2d2d2d)](https://www.python.org) [![django 4.0.2](https://img.shields.io/badge/django-4.0.2-141414?style=flat-square&logo=django&logoColor=00A95C&labelColor=2d2d2d)](https://www.djangoproject.com) [![javascript](https://img.shields.io/badge/-JavaScript-2d2d2d?style=flat-square&logo=javascript&labelColor=2d2d2d)](https://www.javascript.com) [![react](https://img.shields.io/badge/-React.js-2d2d2d?style=flat-square&logo=react&labelColor=2d2d2d)](https://reactjs.org)

Iris is realtime chatting application. Backend is Django server with channels and djangorest moduels. Frontend is created with React and TailwindCSS.

This repository exist to make it clear that iris-client and iris-server should be used together. Repos might be merged in the future.