Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 872 Bytes

README.MD

File metadata and controls

54 lines (33 loc) · 872 Bytes

Installation instructions

Dependencies:

Install python & pip & mysql

and pip dependencies flask & MySQL-connector-python

pip install flask
pip install MySQL-connector-python

setup Mysql Database and enter the credentials in server.py

mydb = mysql.connector.connect(
  host="localhost",
  user="prasadv",
  passwd="sam",
  database='test',
  auth_plugin='mysql_native_password'
)

Running the Server

python server.py

API Urls

GET Requests

POST Requests