NavanYatavelli / fastpages

MIT License
0 stars 2 forks source link

Week 6 - Deployment #9

Open NavanYatavelli opened 1 year ago

NavanYatavelli commented 1 year ago

AP Prep Multiple Choice I have completed all the required questions of the AP Prep MCQ Unit 1.1, 1.2 and 1.3 from collegeboard. I got most of the answers correct and worked on the one that was answered incorrectly.

AWS Deployment I successfully setup my EC2 AWS cloud computing platform to serve my Web Application. I git clone'd my Flask code from GitHub to AWS Ubuntu. I enabled Docker platform to develop, ship, and run my Flask web application. Configured docker-compose file to share my docker image, port with the Linux system. I configured Nginx server to listen for the Web Application requests from port 8081 and redirects it to the local Web Application service running at port 8087. I used "curl localhost" to fetch web application locally and also used browser to fetch via internet. I also made changes to the Flask code in Github and did a git pull to fetch code to AWS, and rebuilt the container to show the changed output in the Browser.

Here are the links to Group and Personal deployed applications Group Flask Deployment Personal Flask Deployment