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 venvsource venv/bin/activateon Debian distros or.\venv\Scripts\activateon Windowspip install -r requirements.txthipercorn app:graphql_app --reload