An API is meant to connect two or more software programs and machines. In the last two blog posts, we have in each discussed What REST API is and Creating REST API with Python and flask respectively.** In demonstrating and testing how the REST API works in the post for Creating REST APIs with flask we used an API testing client called postman**. What postman does is simulating the connections,inner-workings, and different endpoints working mechanisms together. To fully appreciate and use the REST API we created in that post we need an actual frontend application that consumes that API.

In this post we will be creating the actual front-end application that will consume our python and flask REST API.

#flask #vue js #web developemnt #api #consuming a restful api #flask #vue js

Flask REST API with Vue js front-end: Web development with Python and Flask part 7
2.25 GEEK