RESTful Programming

The goal of these tutorials is to learn how to use Python and Flask to create a RESTful API backend, and JavaScript as well as Vue to create beautiful frontends to interact with the backend.

RESTful Programming

“REST and be thankful.”

--- William Wordsworth

On a personal note: I am starting a new career and am thus learning RESTful programming, with a focus on Python.


The goal of these tutorials is to learn how to use Python and Flask to create a RESTful API backend, and JavaScript as well as Vue to create beautiful frontends to interact with the backend.


Getting Started

I suggest programming under Linux. Personally I either use ViM, VisualStudio Code or PyCharm as IDE, depending on the nature of the project.

  • Hello World on the Backend
  • Hello World on the Frontend