updated readme, use .env

This commit is contained in:
2021-07-14 02:05:38 +03:00
parent d31184b330
commit 1457a7d073
5 changed files with 19 additions and 312 deletions

View File

@@ -16,11 +16,17 @@ brew install redis pipenv
brew services start redis
```
Create certificate files
```sh
./create_crt.sh
```
Then run API server
```
pipenv shell
python3 server.py
pipenv install
pipenv run python3 server.py
```
# With Docker