Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 762 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 762 Bytes

Homework-1-Python

Homework 1 (creating dummy repository) in python for software development course.

  1. Technology used: Python, a simple flask application.
  2. Steps to run the program:
    1. Clone the repository to your local.
    2. Create a virtual environment using the command: "python3 -m venv <environment_name>"
    3. Use the command "pip install -r requirements.txt" to install python libraries.
    4. Navigate to src folder and run command "python3 app.py" to run the flask application.
  3. Runtime: python.x (not bounding to use any specific python version)
  4. Testing Framework: pytest
  5. CI solution: github actions (build pipeline with testing is created)
  6. Static analysis tool: flake8
  7. code formatter: pylint
  8. Package manager: pip