Alexander Krivonosov, SE-01
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
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.
This is the list of technologies to be used (will be updated):
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.
This is an example of how to list things you need to use the software
- Python. Get the latest version of Python at https://www.python.org/downloads/ or with your operating system’s package manager.
You have several options for installing and running the project:
- Clone the repo and run the app locally:
cd app_python python -m pip install -r requirements.txt python main.py
- 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
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request