/api/signup/POST: Register a new user./api/token/POST: Generate access and refresh tokens./api/refresh/token/POST: Refresh access token./api/generate_quiz/{{topic}}/GET: Generate a quiz for a given topic./api/quiz/GET: List quizzes.POST: Create quiz.PUT, PATCH, DELETE: Update or delete quiz./api/chatbot/POST: Send message to chatbot.GET: Retrieve chat history.DELETE: Clear chat history./api/goals/POST: Set user goals and generate lessons.PUT: Update goals.GET: Retrieve goals./api/lessons/GET: List lessons.PATCH: Update lesson.DELETE: Delete all lessons./api/get_verse/{{topic}}/GET: Fetch a verse related to a topic./api/recitation_correction/POST: Submit audio file, topic, and verse for correction.git clone <repo-url>pip install -r requirements.txtpython manage.py migratepython manage.py runserverPosted Mar 30, 2025
Tajweed-AI : Back-end for Tajweed-AI mobile app , salam hack Hackathon - aymenm9/Tajweed-AI