Skip to content

ltpitt/python-flask-restx-workshop

 
 

Repository files navigation

Python package

Python flask-restx Workshop

Python flask-restx Workshop is an introduction workshop for flask-restx.
In this repo you will find learning materials and exercises about how to use some Python basic concepts and how to build an API.
This workshop was originally written for PyCon 2019, UK and forked from pyconFlaskRestplus.

Pre-requisites

How to install requirements

$ git clone https://github.com/ltpitt/python-flask-restx-workshop.git
$ cd python-flask-restx-workshop
$ pip install -r requests.txt

How to start

$ python3 course1.py

Go to your browser and enter: http://127.0.0.1:5000

Explanations and hints

Please be sure to read the PowerPoint file included in this repo.

Contribution guidelines

  • If you have any idea or suggestion contact directly the Repo Owner

Who do I talk to?

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%