Find and subscribe for vehicle offers
-
Install the latest versions of
node.js
andnpm
-
Clone the git repository
$ git clone https://github.com/Del7a/vehicle-finder.git
-
Install the dependencies
$ npm install
-
Install the latest version of
docker
-
Download the latest version of the mongodb container
$ docker pull mongo
-
$ docker run -p 27017:27017 --name autobot-mongo -d mongo
Good job! Now you have MongoDB running on port 27017