Move and launch an existing Cakephp Project Locally Wamp

Hello everyone
I have a concern that is as follows
Since I am a beginner with the CakePhp framework How to launch a project/application designed mostly with the CakePhp framework and which is already online, locally via WAMP ?
I have already downloaded all the files/folders from the hosting site and put them all in the C:\wamp64\www directory; but when I launch I have the localhost error does not allow the connection.
Could the fact that the project/application is hosted at the base under a linux server have an impact on the local launch under windows ?
Is it also possible to know which version of CakePhp was used for the project, and could this have an impact on the failure to launch the project locally ?
Hello everyone
I have a concern that is as follows
Since I am a beginner with the CakePhp framework How to launch a project/application designed mostly with the CakePhp framework and which is already online, locally via WAMP?
I have already downloaded all the files/folders from the hosting site and put them all in the C:\wamp64\www directory; but when I launch I have the localhost error does not allow the connection.
Could the fact that the project/application is hosted at the base under a linux server have an impact on the local launch under windows?
Is it also possible to know which version of CakePhp was used for the project, and could this have an impact on the failure to launch the project locally?
Attached is a capture of the project’s skeleton

The structure looks like you are on Cake 3.
Except the tmp and migrations file, you should be OK to change servers. Try using git and other utilities should you require to clone the app somewhere.

What is the error?

Hello man
Thank you for taking the time to address my concern.
But I was able to successfully launch the project locally.
For those who will have the same problem I have made sure that the accesses in the app.php file, username, password, and database lines in the “Datasources” part match to the information of the database I created in phpmyadmin