Task list application using Flask with level and experience points (XP)
This app is an endless task list application with levels and experience points (XP). It uses SQLAlchemy to store user and task list data to the database.
pip install -r requirements.txt.SECRET_KEY environment variable. On Windows: use setx command in Command Prompt like setx SECRET_KEY "your_secret_key". On macOS and Linux: use export command in terminal like export SECRET_KEY="your_secret_key".flask db init.flask db migrate.flask db upgrade.flask run.localhost:8081 on your web browser.We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.