api/readme.md
2026-04-06 21:43:27 +02:00

697 B

Site

FastAPI Scalar

This repo contains the files for creating my Reviews API demo atgugulet.hu/technical/api.

Setup steps

  1. Clone the repo and enter the directory: git clone git:git.gugulet.hu/g_it/site.g_it; cd site
  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