This app is an endless user-based level and XP (experience points). It uses SQlite and SQLAlchemy to store user data in the database.
- Clone the repository
- Install the requirements:
pip install -r requirements.txt
- Run the app:
python app.py
- Go to
localhost:8081
on your web browser