a862a11c919c8651147201fe33b6e95e82937b61
Some checks failed
Deploy / push_to_target_repository (push) Failing after 4m33s
This reverts commit f3d86daea7.
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
Languages
Python
74.6%
TypeScript
19.2%
CSS
6.1%