fix after merge

This commit is contained in:
knst-kotov
2021-07-13 10:14:48 +00:00
parent af0211721c
commit 6c9337be4c
13 changed files with 802 additions and 806 deletions

View File

@@ -1,33 +1,33 @@
# 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
# 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.