/vennio

Primary LanguageHTML

VENNIO

Data analytics platform to visualize a snapshot of the current startup world

Team

  • Product Owner: Irfan Baqui
  • Scrum Master: Mike Yao
  • Development Team Members: Brant Choate, Irfan Baqui, Mike Yao

Table of Contents

  1. Project Summary
  2. Tech Stack
  3. Development
    1. Requirement
    2. API Documentations
    3. Installing Dependencies
    4. Start local server
    5. Deploy to production
  4. Contributing

Project Summary

Tech Stack

We used D3 and jQuery as front-end data visualization, which is powered by MySQL database and Express server.

Development

Requirement

Node v0.10.x Bower

Api Documentations

Server apiEndpoint: http://10.8.31.3:9000/

Skill Report

  • Average salaries and # of jobs grouped by skills
'/SalaryJobBySkill'
  • Number of companies grouped by skills
'/CompanyBySkill'
  • Average salaries and # of jobs based on location and role filters
/FilterJobSalaryBySkill/:locAndRole
Example: '/FilterJobSalaryBySkill/san_francisco|hardware_engineer'
  • Number of companies based on location and role filters
'/FilterCompanyBySkill/:locAndRole'
Example: '/FilterCompanyBySkill/san_francisco|hardware_engineer'

Location Report

  • Average salaries and # of jobs
'/SalaryJobByLocation'
  • Number of companies
'/CompanyByLocation'
  • Average salaries and # of jobs based on skill and role filters
'/FilterJobSalaryByLocation/:skillAndRole'
Example: 'FilterJobSalaryByLocation/javascript|developer'
  • Number of companies based on skill and role filters
'/FilterCompanyByLocation/:skillAndRole'
Example: '/FilterCompanyByLocation/javascript|developer'

Installing Dependencies

Start local server

Deploy to production

Contributing

See CONTRIBUTING.md for contribution guidelines.