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
- Host: GitHub
- URL: https://github.com/nikololiahim/devops
- Owner: nikololiahim
- License: mit
- Archived: true
- Created: 2021-08-16T17:22:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T20:30:21.000Z (over 4 years ago)
- Last Synced: 2025-02-28T22:41:17.887Z (over 1 year ago)
- Topics: flask-application, play-framework, python, python3, scala
- Language: Python
- Homepage:
- Size: 638 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Devops
[](https://github.com/nikololiahim/devops/actions/workflows/python-app.yml)
[](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.