An open API service indexing awesome lists of open source software.

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

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.