Skip to content

topdeveloper424/amazon-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Search

Fast, unopinionated, minimalist web framework for node.

[![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Linux Build][travis-image]][travis-url] [![Windows Build][appveyor-image]][appveyor-url] [![Test Coverage][coveralls-image]][coveralls-url]

Installation for back-end (express.js)

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install

configurations ( config.js):

    mongoURL: 'mongodb://localhost:27017/amazon_db',  //Remote mongodb url
    batchNumber: 500 // batch insert number for importing excel rows

how to run:

$ npm start

Follow our installing guide for more information.

Features

  • User Authentication
  • Search Data from Mongodb
  • Saved search
  • history of Uploading

Database models

  • Datasource
  • History
  • SavedSearch

Collection Name format

datasource collection is named in following format: ex: datasource@11_22_20-11_28_20 datasource@[start date]-[end date] start and end date are provided from excel file

Front-end(Vue.js)

Installation is done using the npm install command:

$ npm install

how to run:

$ npm run serve

configuration(config.js)

serverURL : 'http://localhost:8080/'  // back-end url