Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 388 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 388 Bytes

Flask-Rest_API-Person_Tracker

This is a sipmle REST API that I built using Flask for python and focusing on get, post, delete and update methods. The program acts as a simple database that can store information of an input. In this simple example it stores the name, age and country of an input and also assigns them and ID number so their information can be accessed and manipulated.