I am using the community edition of strapi, as by installing the npx create-strapi-app my-project --quickstart In this, i signup with admin account on localhost, but when we create Collection Types and add some data in that collection, like having Categories as Collection and we enter the name of the Category as Dinner or something else. I want to know the flow of the api where its stores in which folder it exists. I checked in the api folder there is only routes defined and nothing in the services and controllers. I checked for the documentation, but nothing find in that.
Like in a Scenario, I want if the collection created or updated by admin panel, it will be printed in the console. Basically I want to override the controller of admin panel.