A scalable REST API with JWT authentication and role-based access control (user / admin), full CRUD for tasks, and a small React frontend for exercising it. Built with Django REST Framework + MySQL.
快速启动 1. 启动基础设施 # 启动 MySQL,创建数据库 mysql -u root -p -e "CREATE DATABASE music_agent CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;" # 启动 Redis redis-server ...