Reminder: --------------- 1. Check variable name and variable name start with vvs 2. all methods will be in post method 3. all methods will be under version control 4. XSS sanitizer 5. Code will be a break in the micro level 6. business logic will be present in the service file 7. In the model, no business logic will be present 8. Handling error messages based on try, catch block 9. Input value proper validation based on type, size, mandatory, and predefined variables should be validated(no extra field will be allowed) 10. Eager loading in service file, where ever is needed. 11. Column name always capital 12. During pagination need to validate whether the page size variable is properly fetched from the front end/postman 13. whenever we have provided the response geating from the table should be reformated to the resource file. 14. should not use any custom query, always use telescope and php unit 15. Email address, first name and last name should be encrypted 16. Using Postman will be avoided in the live server