ядро платформы
Go to file
2021-07-27 09:50:52 +03:00
auth use postgresql 2021-07-26 08:50:33 +00:00
orm DB_URI to DB_URL 2021-07-26 09:17:22 +00:00
redis wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
resolvers tops 2021-07-27 08:41:45 +03:00
.gitignore ignore certs 2021-07-27 07:28:44 +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 prepare for deploy 2021-07-26 07:05:08 +00:00
exceptions.py wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
main.py fix after merge 2021-07-13 10:14:48 +00:00
Pipfile use postgresql 2021-07-26 08:50:33 +00:00
Pipfile.lock use postgresql 2021-07-26 08:50:33 +00:00
README.md fix after merge 2021-07-13 10:14:48 +00:00
requirements.txt fix after merge 2021-07-13 10:14:48 +00:00
schema.graphql topic schema fix 2021-07-27 09:50:52 +03:00
server.py prepare for deploy 2021-07-26 07:05:08 +00:00
settings.py DB_URI to DB_URL 2021-07-26 09:17:22 +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

Then run API server

pipenv shell
python3 server.py

With Docker

TODO

How to do an authorized request

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