Coder Social home page Coder Social logo

ebayalert-ws's Introduction

EbayAlerts

Introduction

The purpose of this project is to train a FullStack skills with NodeJS and React technologies and its open to who wanna practice together.

Features

  • Manage alerts for products prices on Ebay.com to be sent to provided email;
  • Each alert will be related with a search phrase and interval to send the email;
  • Interval is a value in minutes and must have one of the following values:
const interval = [2, 10, 30];
  • The email must to have the first 3 products searched by the phrase, sorted by the lowest price;
  • Several alerts can be created for the same email address byt with different search phrases;
  • The UI(s) must to provide a list with all alerts registered and a CRUD interfaces;

Aditional Technologies Envolved

  • MongoDB to maintain data;
  • Redis to manage the email queue;
  • Sentry to register production erros;
  • Docker to containerize the solution and a docker-compose to run whole environment;
  • TDD with Jest;
  • Airbnb Style Guide;
  • JSDocs
/**
* Description
* @param {type} paramName
*/
function myFuntion(paramName){...}

Ebay Search API

You need to create a client app account in eBay to obtain the App ID and use the search API at https://developer.ebay.com

Installation

git clone https://github.com/gabriellfsouza/ebayalert-ws
cd ebayalert-ws
yarn

Running

yarn dev

Containers Instantiation

docker run --name mongo -p 27017:27017 -d -t mongo
docker run --name redis -p 6379:6379 -d -t redis:alpine

Tests

yarn test

ebayalert-ws's People

Contributors

gabriellfsouza avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.