Add Data To Strapi From Next.js
In this episode we are going to add some new movies to our site but using the frontend form instead of Strapi administration.
This will be a very nice feature especially if you are building a site where users can add new content to the site. And as you will see in this episode Strapi makes this very easy for us to do, most of the code will actually be implemented on the Next.js side of things.