this project was carried out as part of a technical interview for the company Les Mini Mondes, it is an image carousel
How to start the project?
Make sure you have installed all the dependencies, for that use the command: npm install
in the directories /client and /server
then go to the /server and create a file named config.json on the model of the file template.config.json
{
"PORT" : 8000 //Default Port
}
To start the client use the command npm start
in the /client
To start the server use the command node server.js
in the /server
!!! Please Check that all libraries / dependencies are installed !!!
- Lucas Le Bodo alias @Lucas