2a9d0d613f5a187a41f9ec2a46eb278862cc5f14
discoursio-api
Tech stack:
- pyjwt
- redis
- ariadne
- starlette
Local development
Install redis and pipenv first
brew install redis pipenv
brew services start redis
Create certificate files
./create_crt.sh
Then run API server
pipenv install
pipenv run python server.py
Also see Dockerfile
How to do an authorized request
Put the header 'Auth' with token from signInQuery or registerQuery.
Languages
Python
74.6%
TypeScript
19.2%
CSS
6.1%