Graphql Chat.
This is a real time webchat made in graphql.
Description
Welcome to my webchat api, here i put my knowledge in graphql to work.
Requirement
- Python 3.8 or higher
Run
- Clone or download this repo
- Enter the graphql_chat directory
python3 -m venv venv
source venv/bin/activate
on Debian distros or.\venv\Scripts\activate
on Windowspip install -r requirements.txt
hipercorn app:graphql_app --reload