First open command prompt Type mkdir development and hit enter Type cd development and hit enter
-
Install Mongo DB for your system. https://www.mongodb.com/download-center#community
-
Install git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
-
install nodejs https://nodejs.org/en/download/
-
make sure nodejs and git and mongodb start successfully.
-
Make a directoriy for mongodb and then start the database with these commands
-
If your own windows: Type mkdir C:\data\db and hit enter Type cd C:\Program Files\MongoDB\Server\3.2\bin> Type mongod
-
Open another instance of command prompt Type cd development Type git clone https://github.com/jkol36/rarecaret-scraper Type cd rarecaret-scraper Type npm install Type npm start