/Icompaas-crud-api

Created a CRUD API service for User Account Creation (email, first name, last name, and password) and deploy it to Lambda using serverless framework. used RDS for data storage. These API having all kinds of validations checks for each methods.

Primary LanguagePython

Created a CRUD API service for User Account Creation (email, first name, last name, and password) and deploy it to Lambda using serverless framework. used RDS for data storage. These API having all kinds of validations checks for each methods. used serverless framework for deployment of this API. Used pytest for unit testing and added all types of test cases for this API. These API passes all unit test cases. Added postman collection for all API methods (GET, POST, PUT, DELETE).

find below some screenshots of successfull API call in postman.

Screenshot 2024-02-06 at 00 32 48 Screenshot 2024-02-06 at 00 32 36 Screenshot 2024-02-06 at 00 32 29

Find below the screenshot that shows above API passes all the test cases.

Screenshot 2024-03-03 at 19 50 33