Search code examples
strapi

Programmatically adding new entry in Strapi


I have my Strapi deployed, and users are able to log in to their account and add new entries to the server. The server will then store the content in PostGres on Google Cloud Service. However, I want to be able to reflect the newly added entries for my local server as well, since I need to manually add some image assets for each entry. Is there a way for me to somehow retrieve the new entries from database and directly add it to my local Strapi admin dashboard?


Solution

  • You can use same database for local dev and production versions. In that way the content of production version is the same as dev version.