Skip to content

nathandreSS/graphql_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. hypercorn app:graphql_app --reload
  7. FLASK_APP=main FLASK_ENV=development flask run

About

This is a chat made with graphql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages