Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 241 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 241 Bytes

Scrapping stackoverflow data.

To setup

  1. Start mongodb server using "mongod --dbpath path_to_db".
  2. In root directory of project run command "node install" to install dependencies.
  3. In root directory run command "node server.js".