My goal is to learn about REST and python. So in the near future I'll be able to create APIs in python in a fast way.
Note:
- The initial info of the project comes from two sources.
- In this post you'll learn to create a very simple http server. How to use SimpleHTTPServer Spectacular.
- Here you can learn to create an POST and a GET service for your server. It's good but have a lot of programming typos, so I recommend you to take the info from this repository. Writing Simple HTTP Server in Python (With REST and JSON).