Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 358 Bytes

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