step 1 : export flask port.
step 2 : Run main.py file.
step 3 : Run API in local host /entry_user_data
to insert Data into the DB.
step 4 : Run API in local host /get_user_data
to retrive data from the DB.
Get data from the json file insert it into the DB and retrive it by generating the API's
Python