Skip to content

MichalBliznak/nameko-miniservice

Repository files navigation

nameko-miniservice

Simple demonstration of Python microservices built on top of Flask and Nameko libraries.

Pre-requisities

  • Docker engine installed on the host server
  • docker-compose installed on the host server

How to build the application

$ docker-compose build

How to run the application

In case of the first run:

$ cd scripts
$ ./init_sentry.sh
$ docker-compose up -d

The application Swagger UI is accessible at http://0.0.0.0:8000

How to stop and remove the application

$ docker-compose down

Credentials

Username: demo

Password: demo

About

Simple demonstration of Python microservices built on top of Flask and Nameko libraries.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published