From cd468aeb21506f48ae74a35d7f951c70668305a7 Mon Sep 17 00:00:00 2001 From: g_it Date: Mon, 6 Apr 2026 22:03:01 +0200 Subject: [PATCH] Setup ssteps fix. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6808e38..af9cde1 100644 --- a/readme.md +++ b/readme.md @@ -8,8 +8,8 @@ This repo contains the files for creating my Reviews API demo at [gugulet.hu/tec ## Setup steps -1. Clone the repo and enter the directory: `git clone git:git.gugulet.hu/g_it/site.g_it; cd site` +1. Clone the repo and enter the directory: `git clone git:git.gugulet.hu/g_it/api.g_it; cd api` 2. Setup the virtual environment: `python3 -m venv .venv` 3. Activate the virtual environment: `source .venv/bin/activate` 4. Install all the packages: `pip install -r requirements.txt` -5. Activate direnv: `direnv allow` +5. Run the server: `uvicorn app.main:app --host 127.0.0.1 --port 8001`