697 B
697 B
Site
This repo contains the files for creating my Reviews API demo atgugulet.hu/technical/api.
Setup steps
- Clone the repo and enter the directory:
git clone git:git.gugulet.hu/g_it/site.g_it; cd site - Setup the virtual environment:
python3 -m venv .venv - Activate the virtual environment:
source .venv/bin/activate - Install all the packages:
pip install -r requirements.txt - Activate direnv:
direnv allow