Posts

Showing posts from March, 2020

The simplest RESTful APIs with Python, Flask, MongoDB, and Docker

Image
Greetings, fellow programmers. This is an article on how to implement a super simple RESTful service using Flask, MongoDB and Docker. If you are reading this article it is probably because you do not want to spend much time on this, and you "probably" will not with this article. Just a few clarifications though. I will try to keep everything as simple as possible but since in programming (and not only there) it is super important to ....     Greetings, fellow programmers. This is an article on how to implement a super simple RESTful service using Flask , MongoDB and Docker . If you are reading this article it is probably because you do not want to spend much time on this, and you "probably" will not with this article. Just a few clarifications though. I will try to keep everything as simple as possible but since in programming (and not only there) it is super important to understand what one is doing (not just copy and paste, which is bad 🤬),