Add Flask Application and create Mock endpoints for our Flask Application.
Details
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. We will be using Flask-RESTful for creating the APIs which will interface with the Machine Learning Models and Frontend Templating for our Web Application.
You have to create basic mock endpoints which return a JSON Message on various routes.
AIM
Add Flask Application and create Mock endpoints for our Flask Application.
Details
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. We will be using Flask-RESTful for creating the APIs which will interface with the Machine Learning Models and Frontend Templating for our Web Application.
You have to create basic mock endpoints which return a JSON Message on various routes.