diff --git a/full-stack-project-implementation-guide.html b/full-stack-project-implementation-guide.html index 08db719..13ebe0f 100644 --- a/full-stack-project-implementation-guide.html +++ b/full-stack-project-implementation-guide.html @@ -661,6 +661,89 @@
Criterion | +Description | +Expected Performance | +
---|---|---|
Ensure Security in Deployment | +Secure the deployed application by: Not including passwords or sensitive information in the git repository, using environment variables or .gitignore for secret keys, and ensuring DEBUG mode is turned off. | +
+
|
+
Criterion | +Description | +Expected Performance | +
---|---|---|
6.1 Deploy Application to Cloud Platform | +Successfully deploy the final version of the Full-Stack application to a cloud-based hosting platform and verify that it matches the development version | +
+
|
+
Criterion | +Description | +Expected Performance | +
---|---|---|
Document Deployment Process | +Clearly document the deployment process in a README file. | +
+
|
+