Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.46 KB

The Vizness

The Vizness provides all your data visualization news in a one-stop-shop. Snapshots of articles scraped from the most popular data viz blogs are shown and you can link out directly to the full articles. You can also leave comments and create personalized bookmarks to save articles you want to review later.

Getting Started

Prerequisites

To use this repo, you will first need to install node and MongoDB.

Installing

  1. Install the required node packages
npm install
  1. Start mongod process from a command prompt and leave it running while you develop
mongod
  1. Seed your blogs collection with documents by navigating to the models/seeds directory from a separate command prompt and running the following command:
mongoimport --db MongoNews --collection blogs --file blogs.json --jsonArray
  1. Start your node server (or use nodemon)
node server.js
  1. Open the site you have locally hosted and click the "Refresh Articles" button to add documents to the articles collection

Built With