Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 386 Bytes

README.md

File metadata and controls

27 lines (25 loc) · 386 Bytes

ANP-CRAWLER

How to install

  • Go to api directory
  • Make sure that you have MongoDB installed.
$ npm install
  • Go to web directory
$ npm install
$ bower install

How to run

  • Go to api directory
$ node index.js
  • Go to web directory
$ sudo gulp connect

NOTE: If you want to build this production. Just run:

$ sudo gulp