Skip to content

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

  1. Clone the repository.
  2. Install dependencies: pip install flask flask-sqlalchemy flask-jwt-extended flask-cors
  3. Change directory: cd backend
  4. Run the program: python app.py