core/README.md
2021-07-14 02:05:38 +03:00

480 B

discours-backend-next

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 python3 server.py

With Docker

TODO

How to do an authorized request

Put the header 'Auth' with token from signInQuery in requests.