Skip to content

lulunac27a/flask-endless-level-xp

Repository files navigation

Flask Endless User Level XP System

This app is an endless user-based level and XP (experience points). It uses SQlite and SQLAlchemy to store user data in the database.

Getting Started

  1. Clone the repository
  2. Install the requirements: pip install -r requirements.txt
  3. Run the app: python app.py
  4. Go to localhost:8081 on your web browser