Skip to content

This project is related to understands how the API endpoints can be implemented for different functionalities and observe the results on Swagger - UI.

Notifications You must be signed in to change notification settings

md-yunus-tabrez/imageHoster_backend_project-UpGrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageHoster_backend_project-UpGrad

imageHoster

This is related to the development of REST API endpoints in the following controllers:

Signup-controller:

In this controller, the user will able to sign up for an account.

Authentication-controller:

After signing up, the user needs to sign in. This controller authenticates the user based on the credentials provided. After authentication, the user will be given an ‘access token’, which will be required to perform any further operation.

Image-upload-controller:

Using the ‘access token’, the user can upload an image through this controller. But the image is not ‘ACTIVE’ until reviewed by the admin.

Admin-controller:

The admin needs to review all the images uploaded by users. This controller provides the admin with the details about all the images. Once the admin has reviewed the image, he can update it (if needed) and make it ‘ACTIVE’ through this controller.

About

This project is related to understands how the API endpoints can be implemented for different functionalities and observe the results on Swagger - UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published