Rest API using flask. - GhostRiderVintage/com.ghostridervintage.bunty GitHub Wiki

For our frontend to interact with our backend, we are using rest api using flask. Flask is a library for python for rest api connection. Simple to use and easy to implement. Things to learn:

  1. Use of http methods [GET, POST, PUT, DELETE]
  2. Parse Data coming from frontend.
  3. Parse the data before sending to frontend.
  4. Handle exception.

How to download?

$ pip install flask or $ pip3.6 install flask

Video for installation on windows