ядро платформы
Go to file
2021-08-09 08:49:31 +03:00
auth global session to local session 2021-08-05 16:49:08 +00:00
orm shout under organization 2021-08-08 12:23:12 +00:00
redis wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
resolvers shout under organization 2021-08-08 12:23:12 +00:00
.gitignore Merge branch 'main' into dev 2021-07-29 20:31:03 +03:00
.pre-commit-config.yaml wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
create_crt.sh prepare for deploy 2021-07-26 07:05:08 +00:00
Dockerfile docker fix2 2021-07-29 20:55:19 +03:00
exceptions.py wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
main.py add git task 2021-08-08 09:49:15 +00:00
Pipfile retry query class 2021-07-30 16:50:33 +03:00
README.md fix readme 2021-07-29 20:51:34 +03:00
requirements.txt added requirements 2021-07-29 20:53:47 +03:00
schema.graphql schema update: user profile mutation 2021-08-09 08:49:31 +03:00
server.py prepare for deploy 2021-07-26 07:05:08 +00:00
settings.py create shout in db and under git 2021-08-07 16:14:20 +00:00

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

Also see Dockerfile

How to do an authorized request

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