https://github.com/lulunac27a/flask-endless-level-xp
Endless user level XP system app
https://github.com/lulunac27a/flask-endless-level-xp
flask flask-application flask-python flask-sqlalchemy level python python-flask python-flask-application python-flask-server python-sql python-sqlalchemy sql sqlalchemy sqlalchemy-python xp
Last synced: 6 months ago
JSON representation
Endless user level XP system app
- Host: GitHub
- URL: https://github.com/lulunac27a/flask-endless-level-xp
- Owner: lulunac27a
- License: mit
- Created: 2024-10-11T03:41:21.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-21T02:17:32.000Z (9 months ago)
- Last Synced: 2025-03-29T04:41:55.105Z (6 months ago)
- Topics: flask, flask-application, flask-python, flask-sqlalchemy, level, python, python-flask, python-flask-application, python-flask-server, python-sql, python-sqlalchemy, sql, sqlalchemy, sqlalchemy-python, xp
- Language: Python
- Homepage: https://lulunac27a.github.io/flask-endless-level-xp/
- Size: 619 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. Create a migration using `flask db init`.
5. Create a migration script using `flask db migrate`.
6. Apply the migration using `flask db upgrade`.
7. Run the app using `flask run`.
8. Open `localhost:8081` on your web browser.