Hello! I’m Satou (an alias).
This README will help you understand what this repository does and how to set it up.
Level_Up is a life-gamification app inspired by the anime Solo Leveling. Unlike the original, this system allows multiple users to level up together by completing tasks and earning XP (experience points).
✅ Leveling System – Earn XP by doing "Good Work" and daily tasks.
✅ Leaderboard – Compete with others and show off your progress.
✅ Bank & XP Transfers – Send XP to other users.
✅ Community Chat & DMs – Communicate with other players.
✅ Shop – Spend XP on items (managed by superusers).
- Superusers have admin privileges:
- Manage users’ XP.
- Assign extra tasks.
- Set up shop items.
- No daily task limits.
- Normal users follow standard progression rules.
- Python (Download: python.org/downloads)
- Git (Download: git-scm.com)
- Install Django
python -m pip install django
- Clone The Repository
git clone https://github.com/ManavBisen/Level_Up- Navigate to the Project Directory
cd Level_Up- Install Dependencies
pip install -r requirements.txt- Run the Server
→ Access the app at: http://127.0.0.1:8000
python manage.py runserver
python manage.py createsuperuserFollow the prompts to set up an admin account.
-
Host the app online (e.g., PythonAnywhere, Heroku, or Railway) so friends can join.
-
Explore & customize the system for your needs!
Enjoy Level_Up and have fun gamifying your life!