Welcome to this project on Getting Started with Git. In this project, you will understand how to use Git, one of the most famous distributed version-control systems to track changes in files and source code in your projects during software development.
In this exercise, you will learn about creating git repository, commits, branches, and merge branches. Additionally, you will learn how to create and clone a GitHub repository and SSH keys to push the changes to the remote repository.
Skills you will develop:
Welcome to this project on Deploying App with Docker, Travis CI & AWS Elastic Beanstalk. In this project, we will understand about Docker, Travis, and some services of AWS.
We will first make a simple static website, then dockerize the app. Then we will push it to GitHub and enable Travis to track changes in that repository. Further, we will understand the app deployment on the AWS Elastic Beanstalk using S3 and IAM. We will also host the app on a public domain bought from Google Domains, and configure it with the help of Amazon Route 53.
Github link: [https://github …
Welcome to the project on Hosting an Image Classification App on Heroku. In this project, we will get a basic understanding of how to deploy a web app on Heroku, a Platform as a Service.
Heroku is a cloud platform for the deployment and management purposes of web applications. It could be considered as one of the best solutions for hosting web-apps very quickly, thus allowing the developer to concentrate more on development.
Welcome to this project on Deploying Multi-Container Docker App on AWS. In this app, we will learn how to build a Deploy Multi-Container Application using Flask, Redis, and PostgreSQL.
We will use NGINX-uWSGI along with Flask as the web service, and connect it with the PostgreSQL and Redis container services. Then, we will understand how to automate the process of deploying the web app to Docker Hub, using GitHub and Travis CI. Finally, we will understand how to automate deployments on AWS Elastic Beanstalk using GitHub and Travis.
Github link: https://github.com/cloudxlab/user-wishlist-app