Skip to content

Commit

Permalink
Merge pull request #202 from sakeerthy/mock-server
Browse files Browse the repository at this point in the history
Initial commit for mock zss server
  • Loading branch information
1000TurquoisePogs authored Aug 3, 2020
2 parents 1ce8eac + 4ad0b11 commit 211f813
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 0 deletions.
27 changes: 27 additions & 0 deletions mock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# ZSS Mock server

This is a mock server of ZSS to demo its capabilities

## Requirements

To run the mock server you will need [python 3.6+](https://www.python.org/)
and the flask package installed.

```bash
pip install Flask
```

## Usage

```python
python server.py
```
This should start the server running on [https://127.0.0.1:5000](https://127.0.0.1:5000) by default

## Configuration
To change the port you can set your environment variable

```bash
FLASK_RUN_PORT=5000
```

Loading

0 comments on commit 211f813

Please sign in to comment.