Graphql Chat.

Contributors
Forks
Stars
Licence
Issues

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

Run

  1. Clone or download this repo
  2. Enter the graphql_chat directory
  3. python3 -m venv venv
  4. source venv/bin/activate on Debian distros or .\venv\Scripts\activate on Windows
  5. pip install -r requirements.txt
  6. hipercorn app:graphql_app --reload

GitHub

View Github