Go to file
2024-02-21 23:36:32 +01:00
static static 2023-09-13 21:48:47 +02:00
tests Kommazahlen 2023-10-11 21:59:14 +02:00
Website hupsala noch was vergessen 2024-02-21 22:13:24 +01:00
.gitignore könnte so klappen 2024-02-21 22:02:07 +01:00
main.py doch nicht 2024-02-21 23:36:32 +01:00
README fixed the README 2024-02-17 02:16:49 +01: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:
        venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app
    You can now accses the Website on http://127.0.0.1:5000