1
0
Fork 0
forked from anton/matekasse
Go to file
2023-11-25 20:11:15 +01:00
static static 2023-09-13 21:48:47 +02:00
tests Kommazahlen 2023-10-11 21:59:14 +02:00
Website remove tag button 2023-11-25 20:11:15 +01:00
.gitignore gitignore 2023-09-20 23:19:18 +02:00
main.py app 2023-09-13 20:14:14 +02:00
README README 2023-09-20 23:20:14 +02:00
requirements.txt requirements 2023-09-20 20:06:49 +02:00

How to get started:
    create venv:
        python -m venv venv
    start venv:
        source venv/bin/activate
    install requiremens:
        pip install -r requirements.txt
    create the log folder:
        mkdir logs
    start the program:
        python main.py
    You can now accses the Website on http://127.0.0.1:5000