-
Download and install the latest version of Git : https://git-scm.com/downloads
-
Clone the project on your computer. In your terminal, type the command : git clone https://github.com/lucadebeir/backend-technical-test.git
-
Go to the folder of the cloned project from your device : cd backend-technical-test
-
Download and install the latest version of Node.js : https://nodejs.org/en/
-
To install all the modules necessary for the test to work, type the command : npm install
-
Then, to start the server, type : npm start
-
Navigate to http://localhost:3000/
-
Go to the folder of the cloned project from your device in a terminal : cd backend-technical-test
-
In the terminal, type the command : npm test