Skip to content

Full MEAN-Stack Project that scraps products and prices from important websites of the country.

Notifications You must be signed in to change notification settings

ERPG/Click-counts-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skylab

HTML5, CSS3 and JS AngularJS NodeJS MongoDB npm Bootstrap Bower SASS
Standard - JavaScript Style Guide

Click-count-app

A Web application to look for compare products prices in the most wanted websites of the country.

Installation

You need to have installed NodeJS with npm, bower and MongoDB

Configuration env file

You need to create an .env file in the project root with the following environment variables configured:

  • Port:
    PORT=3000
  • Mongodb path and database to use:
    DB_URI=mongodb://localhost:27017/NAME_DB
  • Secret word to encrypt users' passwords:
    SECRET=XXXXXXXXXXXXXXXXXXXXXX
  • API key from Ebay to get Json of Products
    Ebay_API_KEY=XXXXXXXXXXXXXX

To run the server:

    npm start

All dependencies will be installed automatically

Websites to data Consult:

in the word [KEYWORD] you can use your query search

About

Full MEAN-Stack Project that scraps products and prices from important websites of the country.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published