Skip to content

The Demo for Blog: Modularization using Python and Docker (MicroService)

License

Notifications You must be signed in to change notification settings

pattarika/Modularization_Python_Docker_Demo

 
 

Repository files navigation

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]

About

The Demo for Blog: Modularization using Python and Docker (MicroService)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Dockerfile 0.7%