From 1bc2bdc72bc84a90c19cfcc0cc341183016e90e2 Mon Sep 17 00:00:00 2001 From: Artem Golub Date: Tue, 12 Jul 2022 14:26:43 +0300 Subject: [PATCH] docs: readme update --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 81a06ff..0982b2b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ make dev_server 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, ## Project roadmap