Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 735 Bytes

File metadata and controls

44 lines (28 loc) · 735 Bytes

Table of Contents

  1. Tech Stack
  2. Executate Code
  3. Testing
  4. Questions?

Tech Stack

I am using following platform and data strutures:

  • [Python 3.7.9] - Main programing language
  • [Docker] - Container

Executate Code

  1. Move to the root of project.
  2. Install Docker Image:
    docker image build -t demo:latest .
    
  3. Run the Docker Container
    docker run -d --name demo_app demo:latest
    
  4. Run Python Command
    demo 
    

Testing

You can run the test with the following command from within the root folder:

pytest 

Questions?

Email me at [email protected]