docs: readme update

pull/67/head
Artem Golub 3 years ago
parent 9fce703aa7
commit 6ff92565ad

@ -15,6 +15,17 @@ make dev_server
cd services/frontend && npm i && npm run start cd services/frontend && npm i && npm run start
``` ```
### Server
```bash
python -m venv .env
source .env/bin/activate
python -m pip install -r services/backend/requirements.txt
python -m pip install black
make dev_server
```
... this command will bring up the backend, the database, sync migrations, ... this command will bring up the backend, the database, sync migrations,
## Project roadmap ## Project roadmap

Loading…
Cancel
Save