Skip to content

Commit

Permalink
Add information about program in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyDer committed Apr 23, 2020
1 parent b369521 commit 53cbc6e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions server-example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Simple Server

### Installing

Before running, it is **recommended** to install the versions of packages that were used when writing this code:

```sh
pip install -r requirements.txt
```

And if you don't have installed flask yet:

```sh
apt install python3-flask
```

### Running

You must inform the environment variable FLASK_APP and then run:

```sh
export FLASK_APP=hello.py
flask run
```

* Running on https://127.0.0.1:5000/

0 comments on commit 53cbc6e

Please sign in to comment.