Project proposal: Automated DevOps Workflow for a Frontend Application - #2975
Open
ramikhd wants to merge 5 commits into
Open
Project proposal: Automated DevOps Workflow for a Frontend Application#2975ramikhd wants to merge 5 commits into
ramikhd wants to merge 5 commits into
Conversation
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
1 similar comment
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
1 similar comment
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
1 similar comment
Collaborator
|
Missing student registration :rami If not from your group, fetch the upstream. |
Contributor
Author
|
@algomaster99 @ericcornelissen any review plz ^^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Assignment Proposal
Title
Automated DevOps Workflow for a Frontend Application
Names and KTH ID
Deadline
Category
Description
The project will consist of developing a frontend application consuming an already existing external API, with a focus on implementing a complete and automated DevOps workflow.
GitLab will be used as the main development platform and GitLab CI/CD will automate the build, testing, and release processes. Vercel will be used for automated deployment of the application or maybe Gitlab pages.
Docker Compose will be used to define the infrastructure and local development environment. GitLab security policies and potentially Renovate will be used for security and dependency management.
The CI/CD workflow will also include automated release management, including the creation of Git tags and GitLab releases after successful validation.
The use of AI-assisted development tools will be documented, including how they are used and a critical reflection on their benefits and limitations.
Relevance
The project demonstrates several core DevOps practices in an integrated workflow, including continuous integration, continuous delivery, infrastructure as code, security automation, dependency management, and automated release management.
The different components will be integrated into a single workflow, allowing changes to be automatically tested, validated, released, and deployed. This provides a practical example of how DevOps practices can be applied to a modern frontend application.