Skip to content

purelog1c/QuaDigi-RESTApi-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuaDigi-RESTApi-Program

  • 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. Side Note:
      • Only files that are located in Output_Samples located in QuaDigi_Task project can be uploaded.(This config can be changed according to needs)


      This is it.

    About

    RestApi App for QuaDigi task

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages