Presentation Internship1
Presentation Internship1
Learn how to setup the structure of file into Controller, service, routes, etc.
This API had features like creating a blog, deleting a blog , searching blog by title, filtering
options and pagination.
Also, can add user, delete user, search user using searching, sorting, filtering.
User’s confidential data like email was kept encrypted using AES encryption function and was
decrypted when they were searched.
WEEK-5
Started Working on Live Project called – “Empowered App”
There were APIs like for adding and editing program which were assign to me. In that I was given
responsibility to make the API which respond in less than 1 sec.
Had to add validations for all fields, create a custom error messages function.
After creating the APIs , they need to be verified with Empowered’s API Documentation.
Also, need to check in Postman to verify if it’s matching the required conditions.
https://www.postman.com/
WEEK-6
In this week , I was given Edit User and Notification Listing API.
Edit User API contains the encrypted data and responses were also in encrypted form.