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

https://github.com/nikololiahim/devops

An application for Devops Labs at Innopolis University
https://github.com/nikololiahim/devops

flask-application play-framework python python3 scala

Last synced: about 1 year ago
JSON representation

An application for Devops Labs at Innopolis University

Awesome Lists containing this project

README

          

# Devops
[![Python application](https://github.com/nikololiahim/devops/actions/workflows/python-app.yml/badge.svg?branch=master)](https://github.com/nikololiahim/devops/actions/workflows/python-app.yml)
[![Scala application](https://github.com/nikololiahim/devops/actions/workflows/scala-app.yml/badge.svg?branch=master)](https://github.com/nikololiahim/devops/actions/workflows/scala-app.yml)

This is a repository for labs of 2021 DevOps course at Innopolis University.

# Contents
This repository contains:
- 2 directories, one (`app_python`) for a Python web-app,
and the other (`app_scala`) for an almost identical Scala web-app.
Each of these directories also contains `README.md` file with general project structure and descriptions
and `PYTHON.md`/`SCALA.md` with an overview of tools and best practices used.
All this was a part of lab 1.
- `Dockerfile`s and `DOCKER.md` files with explanations explanations for lab2.