Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arsy786/movie-review-app

A full-stack movie review app repurposed to learn CI/CD pipelines. Includes automated deployment using GitLab CI/CD and Render.com.
https://github.com/arsy786/movie-review-app

2024 cicd devops gitlab-ci mongodb reactjs spring-boot

Last synced: 20 days ago
JSON representation

A full-stack movie review app repurposed to learn CI/CD pipelines. Includes automated deployment using GitLab CI/CD and Render.com.

Awesome Lists containing this project

README

        

# Movie Review App

This repository serves as a pointer to the [Movie Review App](https://gitlab.com/arsy7861/movie-review-app) project on GitLab.

## About the Project

The Movie Review App is a web application created following the tutorial by freeCodeCamp.org: [Full Stack Development with Java Spring Boot, React, and MongoDB – Full Course](https://www.youtube.com/watch?v=5PdEmeopJVQ&ab_channel=freeCodeCamp.org).

The primary purpose of this project is to develop my DevOps skills, specifically focusing on:

- Continuous Integration/Continuous Deployment (CI/CD) pipelines
- Application deployment on platforms such as Render (PaaS) and AWS (IaaS)

## Project Goals

1. **Learn and Implement CI/CD Pipelines:**
- Automate testing and deployment processes.
- Ensure high-quality code with consistent integration and delivery practices.

2. **Deploying Applications:**
- Gain hands-on experience with deploying applications on Render.
- Understand the intricacies of deploying and managing applications on AWS.

## Getting Started

This GitHub repository does not contain the actual project files. To get started with the Movie Review App, please visit the [GitLab repository](https://gitlab.com/arsy7861/movie-review-app) for detailed instructions on setting up the project.