custom taxonomy terms archive page

It seems like Qaisar has answered your question with “have you flushed re-write rules?”.

However, I would like to clarify that it is NOT essential to add a taxonomy.php unless for some reason you are querying specific posts on the archive.php that doesn’t include this taxonomy. The order of WordPress file execution can be seen below by priority order:

taxonomy-your_taxonomy-term_slug.php

taxonomy-your_taxonomy.php

taxonomy.php

archive.php

index.php