How to integrate in Falsk and Angular Projrct.
Submitted by Deepakds on Thu, 08/13/2020 - 08:28
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
Thu, 08/13/2020 - 18:46
Permalink
Hi Deepakds,This
Hi Deepakds,
This documentation may give you some ideas for your project.
-BV
serettig
Fri, 08/14/2020 - 10:18
Permalink
I think this will be very
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.