Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devinfra-br/app-voting
- Owner: devinfra-br
- Created: 2024-03-08T01:01:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T21:41:21.000Z (7 months ago)
- Last Synced: 2024-04-10T01:00:57.649Z (7 months ago)
- Language: JavaScript
- Size: 314 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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: