Coder Social home page Coder Social logo

lokesh75way / broker-listings Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8 KB

Each broker has many listings. Each listing has time stamps associated with it, as well as numerical values related to the listing’s business activities, such as revenues. There are interesting trends across time to track using this info.

JavaScript 78.38% Handlebars 21.62%

broker-listings's Introduction

broker-listings

Each broker has many listings. Each listing has time stamps associated with it, as well as numerical values related to the listing’s business activities, such as revenues. There are interesting trends across time to track using this info.

Clone the project to your root foler

Go to project directory

  • cd broker-listings/

Create environment file named .env at root folder

  • touch .env

Add below content to the .env file with your database config

DB_HOST=""
DB_USERNAME=""
DB_PASSWORD=""
DB_PORT=5432
DB_NAME=""
DB_TLS=true
PORT=3001

Install NPM dependencies

  • npm install

Start project

  • npm start

Notes for Assumptions

  • We are using listing_date from deals table as a date to filter the listings.
  • We are using revenue from deals table as a revenue.
  • By default we are showing results from startDate='2020-11-01' to endDate='2021-11-30', which are mentioned in the routes > index.js file on top. So to try with different dates you can simply change these variables.

broker-listings's People

Contributors

lokesh75way avatar

Watchers

James Cloos avatar  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.