Both the files are REST API
-
FlaskServer.py- It is the basic REST API written in python script that runs on Flask Server and the database it uses is MySQL. You can make REST calls like GET, PUT, POST, DELETE using any REST ClienT on the Shoe database.
-
BottleServer.py- It is the basic REST API written in python script that runs on Bottle Server and the database it uses is MongoDB. You can make REST calls like GET, PUT, POST, DELETE using any REST ClienT on the Shirts database.