issues
search
tsahil01
/
ai-subtitles-generator
A Saas application which generates transcription & subtitles in multiple language.
0
stars
0
forks
source link
Create API Endpoint for User Details
#8
Closed
tsahil01
closed
1 day ago
tsahil01
commented
2 weeks ago
Description:
Develop
/api/userDetails
and
/api/updateDetails
to fetch and update user information.
Tasks:
[x] Implement API endpoints to retrieve and update user details from the database.
[x] Use Prisma to query and modify user data.
[x] Apply access control so users can only update their own details.
[x] Write integration tests for these endpoints.
tsahil01
commented
1 day ago
Completed. Close this
/api/userDetails
and/api/updateDetails
to fetch and update user information.