bounswe / bounswe2024group5

This repo contains all the work done by group 5 in cmpe352/2024 Spring course.
10 stars 0 forks source link

Implement API requests for mobile #319

Open ebrarkiziloglu opened 2 days ago

ebrarkiziloglu commented 2 days ago

Description

Add API calls for mobile. The endpoints are listed below according to their priority for the Customer Presentation 1.

Tasks

Estimated Time

4 days

Deadline

st Customer Presentation Date(21/10/2024) - 17.59

Reviewer

@HutkuC - Deadline of the review(21/10/2024 - 23.59)

ebrarkiziloglu commented 2 days ago

I added the API calls for the following endpoints in the 319-implement-API-requests-for-mobile branch:

/auth/register & /auth/login
/quizzes GET and POST
/question_word GET
/question_answers GET

However, I am not able to check the end points since backend is not implemented yet. We need to make sure Mobile works as intended after backend is ready.