2022-11-24 19:02:42 +03:00
2022-11-23 12:57:58 +03:00
2022-11-24 11:27:01 +03:00
2022-11-24 11:27:01 +03:00
401
2022-11-02 01:38:49 +03:00
2022-11-23 00:51:29 +01:00
2022-06-25 23:18:03 +03:00
2022-11-22 09:22:04 +03:00
2022-11-17 11:44:13 +03:00
2022-11-24 18:19:43 +01:00
2022-11-22 04:11:26 +01:00
2022-11-11 00:37:04 +01:00
2022-11-22 08:18:48 +03:00
2022-11-21 07:36:40 +03:00
2022-11-24 19:02:42 +03:00
2022-11-23 00:51:29 +01:00

discoursio-api

  • sqlalchemy
  • redis
  • ariadne
  • starlette
  • uvicorn

Local development

Install deps first

on osx

brew install redis nginx
brew services start redis

on debian/ubuntu

apt install redis nginx

First, install Postgres. Then you'll need some data


psql -U postgres
> create database discoursio;
> \q
python server.py migrate

Then run nginx, redis and API server

redis-server
pip install -r requirements.txt
python3 server.py dev

How to do an authorized request

Put the header 'Authorization' with token from signIn query or registerUser mutation.

Description
ядро платформы
Readme MIT 12 MiB
Languages
Python 74.6%
TypeScript 19.2%
CSS 6.1%