Skip to content

purelog1c/QuaDigi_Task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuaDigi_Task

  • Task is solved using Visual Studio Code in Python 3.10.7
  • Instructions to run the programing task code

    1. Be sure you have your Python IDE to interepret with Python 3.10.7 (it doesn't have to be Visual Studio Code)
    2. I always advice to use Python Virtual Environment on top of core Python installation so, if any problems arise regarding to Python files and etc., they easily can be managed without touching original python installation. This said, run the command on cloned or unzipped project location "py -m venv vEnv3_10_7"
    3. run "pip install -r requirements.txt" at project location, So, we don't need to look 1 by 1 what to install for missing libraries (Be sure your vEnv3_10_7 is acting as Python interpreter but not the core python installation
    4. Clone RestAPI from the link: (It could be part of same project but in most cases RestAPI should be seperate project with its own rules) https://github.com/purelog1c/QuaDigi-RESTApi-Program
    5. Follow the instructions on QuaDigi-RESTApi-Program README.txt file. to run API on local Server. The server is without WSGI module, so it should work on any OS without problem.
    6. Be sure that RestAPI is running to be able to use functionality of File upload on this project for HTTP requests
    7. If all done until here, just run the main.py and follow the small pipeline program to test the workability of the provided task solution
    8. Some Notes:
      1. All validations are not handled fully but partly so, trying to break type or unnoticed rules will work in most cases in prompt. So, apologizes for that :)
      2. I solved the task from my understanding point of view, there might be and probably will be major or minor differences compared to actual programming task
      3. Refactoring is really needed. I take the credits.
      4. Functional tests are made internally(personally) but I might of course have missed something.
      5. In real world situation with well-defined requirements as user stories with well defined AC(Acceptence criteria) and an agile team coducting SCRUM, I believe I would think and structure my development strategy way better depending on technology, aim and objectives of the product to be delievered.

    Hopefully solution will match with your expectatitons.

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages