Just a simple gumtree scraper
Git - version control software

npm - package manger for node
Windows - Download/Install node from https://nodejs.org/en/
Linux - apt install nodejs npm [deb-based], dnf install nodejs npm [rpm-based]
Windows - Download/Install git from https://git-scm.com/download/win
Linux - apt install git [deb-based], dnf install git [rpm-based]
Run git clone https://github.com/KlenschLucas/gumtree-scraper.git to clone repository
With nodemon
Run npm install nodemon -g to install nodemon globally
Run npm install inside the project folder to install dependencies
Run nodemon inside the project folder to start server which will monitor for changes
Without nodemon
Run npm start inside the project folder to start server, it will install dependencies automatically
The Server will start on localhost:3000
To find some test data goto localhost:3000/test