Coder Social home page Coder Social logo

ebay-test's Introduction

Ebay Search Test

Technologies

  • Server
    • NestJs (Framework): We decided to use this framework because of the support of typescript, a completed documentation, support to auto-generate swagger and support for depency injection.
    • Typescript
    • Mongo (mongoose)
    • Jest (Test)
    • Workers:
      • Producer: A microservice to proccess the searchs and send to the queue according with the interval.
      • Consumer: A microservice to consume the queue and proccess the email.
  • Front
    • React
    • RxJs: We decided to use RxJs instead of Redux because Redux can grow fast in complexity on the other hand RxJs provide a simple way to manage the data of the application, but if we need something like Redux we can use the ContextAPI to provide this specific functionality.
    • Typescript
    • Material-UI (UI Framework)

Run and Test

You can see all emails at the folder output-emails

yarn start 
# Don't worry about yarn install
# Wait until http://localhost:3000 (front) 
# and http://localhost:3001 (server) to be accessible

yarn test # Run all tests
yarn test:cov # show test coverage of server

Dev

We suggest VSCode as code editor, We also set up all extensions recommendations as well.

yarn dev
# During the development we only run the mongo inside docker 
# because of the performance of the hot-reload.

ebay-test's People

Contributors

desenvolvedorwaproject avatar

Forkers

danieloprado

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.