Deployment checklists Database: 1. Create db from cPanel 2. User should be created from cPanel under "MySQL Databases", Added to the prod db and given all privileges. 3. Export db from the local [just with the schema ignoring data] and upload to server using phpAdmin 4. Replace utf8mb4_0900_ai_ci with utf8mb4_general_ci in the dump file 4. Super admin users should be added to the db using scripts 5. Run scripts to add data to organ_types db Php app: 1. DB_HOST in the .env should be just "localhost" (DB_HOST=localhost) in Prod 2. Create new JWT_SECRET key for Prod and replace the test key in .env [One time activity, should not be changed again] 3. Allow only self origin [Allow access control origin] 4. Php ini - upload size post_max_size = 35M upload_max_filesize = 30M