REST API in Python
Simple REST API implementation in Python. Project shows my basic understanding of REST API and Python.
The interface is made in Polish. For realization i used a HTTP library "requests". As you can see in the video, there are client and server programs. The server has a json file named "osoby.json" which contains people list with data: name, surname and birth date of every man. There is an opportunity to add, delete, edit, show data. At the beginning, the client program asks for an login and password, which will be encoded and sent with each request as an authorization header. The server responds only with the correct authorization. If you don't download the json file, the server will automatically create an empty json file as a database.
Project from scratch. I didn't follow any tutorial to create this project. I used the knowledge I gained during my studies. You can download and see the code.