I was following the tutorial on adding a product review to my MedusaJs Store and ran into a lot of errors
this is the link to the tutorial:
https://medusajs.com/blog/how-to-add-product-reviews-to-your-medusa-server-and-next-js-storefront/
it uses Javascript and not the Typescript version of Medusa which causes a lot of errors. Also defining the EntityRepository is deprecated.
is there any other tutorial teaching the basics of defining new entities and using them inside of new routes for a beginner ?
It would be wonderful if someone could do a rewrite of this useful feature with the updated libraries