Prerequisites
Prerequisites
Before getting started, ensure that you have the following prerequisites installed on your machine:
- Docker: Docker is used to containerize the application and its dependencies.
- Docker Compose: Docker Compose is used for defining and running multi-container Docker applications.
- Node.js: Node.js is a JavaScript runtime required to run the project.
I won't go in details on how installing Docker. Feel free to do your own research, because the installation process can be very different depending on the OS.
Installation
Install Docker by following the instructions provided in the official Docker documentation.
Install Docker Compose by following the instructions provided in the official Docker Compose documentation.
Install Node.js by downloading the installer appropriate for your operating system from the official Node.js website and following the installation instructions.
Create a root folder that will have the frontend and the backend.
mkdir FolderRoot
cd FolderRoot
Clone the frontend:
git clone https://github.com/MathieuSchaff/scrapper-frontend
Clone the backend:
git clone https://github.com/MathieuSchaff/scrapper-ts