Skip to content

45spoons/seuranta

Repository files navigation

Opt-in kävijäseuranta

tests

Alustaminen

Vaatimukset:

  • python >= 3.12.5
  • verkkoyhteys tietotekniikkatila-Kattilan lähiverkkoon
git clone git@github.com:45spoons/seuranta.git
cd seuranta/
python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
python3 ./main.py

Projektin rakenne

.
│   .gitignore
│   LICENSE
│   main.py
│   README.md
│   requirements.txt
├───.github
│   └───workflows
│           tests.yml
├───tests
│       __init__.py
│       test_seuranta_app.py
│       test_seuranta_db.py
│       test_lease_monitor.py
├───static
│   │   styles.css
│   │   Exo2-VariableFont_wght.ttf
│   └───images
│           favicon.png
│           favicon.svg
├───templates
│       base.html
│       index.html
│       name-form.html
└───src
        seuranta_app.py
        lease_monitor.py
        db.py
        __init__.py

Kehitys

Tutustu vähintään lyhyesti conventional commits käytäntöön, mm. tästä lunttilapusta.

About

Visitor monitoring system based on FastAPI

Resources

License

Stars

Watchers

Forks

Contributors