Skip to content
forked from jetgrizzly/hndash

A full-stack web application that integrates the Hacker News API to provide a dashboard for data analysis and visualizations.

License

Notifications You must be signed in to change notification settings

moxizhou/hndash

 
 

Repository files navigation

Hacker News Dashboard

The Hacker News Dashboard is a full-stack web application which utilizes the Hacker News API to provide a dashboard for data analysis and visualization.

Status

Build Status

Team 1

  • Product Owner: Will Burgo
  • Scrum Master: Adam Back
  • Development Team Members: Oleg Yanchinskiy, Justin Pinili

Team 2

  • Product Owner: Moxi Zhou
  • Scrum Master: Jeff Gladchun
  • Development Team Members: Alex Jeng, Jose Merino

Table of Contents

  1. Usage
  2. Development
    1. Installing Dependencies
    2. Tasks
  3. Team
  4. Contributing

Usage

Built off of Scheming-Lion, jetgrizzly uses the application to further enhance data visualization, aggregation, and real-time integration.

Our tech stack

Our project uses Angular, Node, a MySql Database for the backend, and the Sequelize ORM.

Navigating the file structure

  • Client - all client facing code. Contains our primary features - Track Posts, track users, see user's top stories, word frequency visualizations.
  • Server - contains (1) a set of query helper functions for easily using the Database (2) a database folder, which contains our code for inserting new data into our database, and (3) a generic server setup for local development (which you most likely will not use now that we have fully populated the database and have it deployed using Azure)
  • Testing - We have some basic testing built out for the front-end code. The backend code is not rigorously tested because that would require read/write access to HN's own database, but we have tested this informally and have confirmed that all datapoints exist.

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

A full-stack web application that integrates the Hacker News API to provide a dashboard for data analysis and visualizations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.7%
  • CSS 9.0%
  • Shell 7.3%