Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/devinfra-br/app-voting

Application example containers devops
https://github.com/devinfra-br/app-voting

Last synced: 8 days ago
JSON representation

Application example containers devops

Awesome Lists containing this project

README

        

# DevOps Environment Demo Application
## Application Voting

[![Build and Push Images](https://github.com/devinfra-br/app-voting/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/devinfra-br/app-voting/actions/workflows/ci.yaml)

Welcome to the DevOps Environment Demo Application! This repository contains a simple application used for studying various DevOps concepts and practices.

## Overview

The DevOps Environment Demo Application is a basic web application built with [Node.js](https://nodejs.org/) and [Express](https://expressjs.com/). It serves as a sandbox for experimenting with different DevOps tools and techniques such as continuous integration, continuous deployment, containerization, infrastructure as code, and more.

## Features

- Simple web application with a single endpoint
- Demonstrates basic CRUD operations
- Easy to deploy and integrate with various DevOps tools

## Prerequisites

Before running the application, ensure you have the following prerequisites installed:

- [Node.js](https://nodejs.org/) (version X.X.X or higher)
- [npm](https://www.npmjs.com/) (comes with Node.js)
- [Docker](https://www.docker.com/) (optional, for containerization)

## Getting Started

1. Clone this repository to your local machine: