diff --git a/course/step-01.md b/course/step-01.md index 62c9119..1d629f6 100644 --- a/course/step-01.md +++ b/course/step-01.md @@ -1,4 +1,4 @@ -# Implement a Python service with Flusk +# Implement a Python service with Flask The first step within our course is to implement a simplistic service in Python that opens a port and serves a simple JSON through HTTP protocol. The convenient [Flask web framework](https://flask.palletsprojects.com/en/2.2.x/) helps to serve Python microservice endpoints.