install nodejs (follow this: https://nodejs.org/en/download/)
install mondodb (https://docs.mongodb.com/manual/installation/)
if you want to start with data: on app.js uncomment ## CREATE_SCHEME ## (for next run - comment this)
run mongodb on background
run the app
node app.js
http://localhost:3000/blogs
this GUI halped me a lot with the data!!!