Go to file
Aleksandrs Korņijenko b928176bbd Initial commit 2025-04-06 12:20:10 +03:00
static Initial commit 2025-04-06 12:20:10 +03:00
templates Initial commit 2025-04-06 12:20:10 +03:00
.gitignore Initial commit 2025-04-06 12:20:10 +03:00
Specifikācijas_piemērs.pdf Initial commit 2025-04-06 12:20:10 +03:00
app.py Initial commit 2025-04-06 12:20:10 +03:00
jsondb.py Initial commit 2025-04-06 12:20:10 +03:00
readme.md Initial commit 2025-04-06 12:20:10 +03:00
requirements.txt Initial commit 2025-04-06 12:20:10 +03:00
utils.py Initial commit 2025-04-06 12:20:10 +03:00

readme.md

Notes

Piezīmju lietotne, kas ir realizēta pēc piemēra specifikācijas.

Lietotnes palaišana

  1. Klonējiet repozitoriju savā izvēlētajā mapē.
  2. Atveriet konsoli repozitorija mapē.
  3. Instalējiet nepieciešamas bibliotēkas:
    pip install -r requirements.txt
    
  4. Palaidiet lietotni:
    flask --app app.py run