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 werkzeug
  3. Change directory: cd backend
  4. Run the program: python app.py
  5. Open a new terminal window and change directory to frontend: cd frontend
  6. Install npm dependencies: npm install
  7. Run the server: npm run dev
  8. Enter task info and then click Add Task button to add task.
  9. Your new task is listed in the task list.