A read-only API that shows my reviews of books, TV, and movies from over 20 years. ⇢ gugulet.hu/technical/api
  • Python 87.7%
  • Shell 11.3%
  • Dockerfile 1%
Find a file
2026-04-06 21:49:30 +02:00
app Add logo. 2026-03-31 14:38:05 +02:00
data Initial commit. 2026-03-31 11:43:01 +02:00
Dockerfile Update styling. 2026-03-31 14:15:50 +02:00
readme.md Fixing a typo. 2026-04-06 21:49:30 +02:00
requirements.txt Update scalar package. 2026-03-31 11:58:45 +02:00
skills.md . 2026-04-06 21:43:27 +02:00

Reviews API

FastAPI Scalar

This repo contains the files for creating my Reviews API demo at gugulet.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