1
0
Fork 0
forked from anton/matekasse
matekasse/Website
2023-09-20 19:25:20 +02:00
..
__pycache__ mate.db wird erstellt, wenn nicht existent 2023-09-20 19:09:16 +02:00
templates error.html fix 2023-09-20 18:35:45 +02:00
__init__.py delete venv added readme and changed gitignore 2023-09-20 19:25:20 +02:00
db.py mate.db wird erstellt, wenn nicht existent 2023-09-20 19:09:16 +02:00
mate.db.sql.txt tests versuch 2 2023-07-28 23:30:45 +02:00
README delete venv added readme and changed gitignore 2023-09-20 19:25:20 +02:00
schema.sql tests versuch 2 2023-07-28 23:30:45 +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
    start the program:
        python main.py
    You can now accses the Website on http://127.0.0.1:5000