merged-isolated-core
Some checks failed
deploy / deploy (push) Failing after 1m46s

This commit is contained in:
2023-10-23 17:47:11 +03:00
parent b675188013
commit bf241a8fbd
56 changed files with 1683 additions and 2784 deletions

View File

@@ -1,4 +1,4 @@
# discoursio-api
# discoursio-core
- sqlalchemy
@@ -22,16 +22,10 @@ on debian/ubuntu
apt install redis nginx
```
First, install Postgres. Then you'll need some data, so migrate it:
```
createdb discoursio
python server.py migrate
```
Then run nginx, redis and API server
```
redis-server
pip install -r requirements.txt
poetry install
python3 server.py dev
```
@@ -43,5 +37,5 @@ Put the header 'Authorization' with token from signIn query or registerUser muta
Set ACKEE_TOKEN var
# test test
# test