/devops

Primary LanguageHCL

unit-test ci-to-dockerhub


Logo

Devops course project

Alexander Krivonosov, SE-01
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Acknowledgements

About The Project

Product Name Screen Shot This is a very simple demo app for the Devops course. It shows the time in Moscow at the moment of HTTP request reaches the server.

Built With

This is the list of technologies to be used (will be updated):

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software

Usage

You have several options for installing and running the project:

  1. Clone the repo and run the app locally:
    cd app_python
    python -m pip install -r requirements.txt
    python main.py 
  2. Docker:
    docker pull gneyhabub/devops-python-app:0.0.1 
    docker run -p 8080:8080 gneyhabub/devops-python-app:0.0.1

In order to run unit tests execute following commands:

cd app_python
pytest

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements