How to integrate in Falsk and Angular Projrct.

Forums: 

Hi 

I am using Flask as Backend and for frontend we are using angular and we want to use H5P in my project how can i integrate that in my project can you please give me a solution as soon as possible so it will be so helpful.

BV52's picture

Hi Deepakds,

This documentation may give you some ideas for your project.

-BV

serettig's picture

I think this will be very challenging in your situation, as Flask is based on Python and H5P works on PHP. The best solution might be to develop a H5P microservice that can run as a standalone component (in a container) and then call the endpoints from your application. There currently is no such microservice, so it would require some effort and a lot of understanding to create one.