HarshCasper / QuestionX

MIT License
2 stars 1 forks source link

Add Flask Boilerplate #3

Open HarshCasper opened 3 years ago

HarshCasper commented 3 years ago

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.

HarshCasper commented 3 years ago

cc: @Aman7Rathore