Kathra.Python.implem.README.mustache Maven / Gradle / Ivy
# Kathra generated python implementation
## Overview
This implementation was generated by Kathra Codegen project and uses the [Connexion](https://github.com/zalando/connexion) library on top of Flask.
# Usage
## Running locally
### Requirements
Python 3.5.2+
Pip (https://pypi.org/project/pip)
Pipenv (https://pipenv.readthedocs.io/en/latest)
### Run
To run the server, please execute the following from the root directory:
```
pipenv install
pipenv run python launcher.py
```
and open your browser to here:
```
http://localhost:8080{{contextPath}}/ui/
```
Your Swagger definition lives here:
```
http://localhost:8080{{contextPath}}/swagger.json
```
## Running with Docker
To run the server on a Docker container, please execute the following from the root directory:
```bash
# building the image
docker build -t {your_image_name} .
# starting up a container
docker run -p 8080:8080 {your_image_name}
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy