Products are not showing in category Magento 2
Check below list
If below things are done.
1.General->Status = Enabled
2.general->Visibility = Catalog,Search
3.Inventory->Qty > 0
4.Inventory->Stock Availability = In Stock
5.Websites = checking your site
6.Catgories = checking your category.
You have to remove var folder from root and try commands using cli:
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
Clear browser cache and try again.