- Rename the .env.example file to
.env
and fill in the required configuration values - Install the dependencies with
pip install -r requirements.txt
- Start the server
flask run --cert=adhoc
- Visit
https://localhost:5000
.env
and fill in the required configuration valuespip install -r requirements.txt
flask run --cert=adhoc
https://localhost:5000