TaskQuest Gamified Task Manager App
This is TaskQuest, a gamified task manager app. It uses Flask for the templates and SQLAlchemy for storing user data.
Getting Started
- Clone the repository.
- Install dependencies:
pip install flask flask-sqlalchemy flask-jwt-extended flask-cors - Change directory:
cd backend - Run the program:
python app.py