Skip to content
/ plq Public

Pig Latin Query Microservice using Docker, Python, and Flask with Vanilla JS and Bootstrap.

Notifications You must be signed in to change notification settings

rbrisita/plq

Repository files navigation

Simple Python Service in a docker container and orchestrated by kubernetes.

Setup

  1. git clone git@github.com:rbrisita/plq.git
  2. cd plq
  3. docker-compose up -d

Usage

Visit Docker's IP with Port to view index page to test Pig Latin Query.

Testing Client

Setup

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip install -r cli_requirements.txt

Usage

python3 cli.py ip:port <pig_latin_query>

About

Pig Latin Query Microservice using Docker, Python, and Flask with Vanilla JS and Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published