Endpoint
POST /users/register for users registration
Endpoint
POST /users/login for users login
Endpoint
PUT /users/:userId for users to update their own data
Endpoint
DELETE /users/:userId for users to delete their own data
Endpoint
POST /photos for users to upload their own photos data
Endpoint
GET /photos for users to get their own photos data with comments from other users
Endpoint
PUT /photos/:photoId for users to update their own photo data.
Endpoint
DELETE /photos/:photoId for users to delete their own photo data.
Endpoint
POST /comments for users post comment to other users'photos data
Endpoint
GET /comments for users get comments from their photos data from other users
Endpoint
PUT /comments/:commentId for users update their comments to other people's photos data
Endpoint
DELETE /comments/:commentId for users delete their comments to other people's photos data
Endpoint
POST /socialmedias for users to post their own social media data
Endpoint
GET /socialmedias for users to get their own social media with user data
Endpoint
PUT /socialmedias for users to update their own social media data
Endpoint
DELETE /socialmedias/:socialMediaId for users to delete their own social media data