Stepan Vladovskiy 1156a32a88
All checks were successful
Deploy to discoursio-api / deploy (push) Successful in 1m54s
feat: move map from nginx sigil to nginx global config
2025-01-30 12:40:24 -03:00
2023-10-30 22:34:59 +01:00
2023-10-30 22:00:55 +01:00
2024-01-25 02:56:30 +03:00
2024-01-24 15:32:53 +03:00
2023-10-30 22:00:55 +01:00
2023-11-14 14:56:41 +03:00
2024-01-24 18:21:34 +03:00
2023-11-04 19:44:58 +03:00
2023-11-04 19:44:58 +03:00
2024-01-24 10:55:14 +03:00
2023-08-24 11:31:21 +01:00
2023-10-31 18:48:00 +03:00
2023-10-30 22:09:04 +01:00
2024-12-21 23:31:19 +03:00
2023-11-08 21:12:55 +03:00
2023-10-30 22:00:55 +01:00
2024-01-24 10:55:14 +03:00
2023-10-31 14:52:58 +01:00
2024-12-21 23:00:30 +03:00
2023-10-30 22:00:55 +01:00
2024-01-08 09:20:29 +01:00
2024-12-21 23:31:19 +03:00
2023-10-30 22:00:55 +01:00
2024-01-24 11:19:42 +03:00
2023-10-30 22:00:55 +01:00

discoursio-api

  • sqlalchemy
  • redis
  • ariadne
  • starlette
  • uvicorn

on osx

brew install redis nginx postgres
brew services start redis

on debian/ubuntu

apt install redis nginx

Local development

Install deps first

pip install -r requirements.txt
pip install -r requirements-dev.txt
pre-commit install

Create database from backup

./restdb.sh

Start local server

python3 server.py dev

How to do an authorized request

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

How to debug Ackee

Set ACKEE_TOKEN var

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