When you add new module, you have to enable it with:
php bin/magento module:enable <Vendor_Module>
Then you have to execute setup/install scripts with:
php bin/magento setup:upgrade
And depending on chosen mode (development/default/production), you may have to execute di compile:
php bin/magento setup:di:compile
If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue