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