Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.42 KB

congress-market-activity-fe

Congress Market Activity front end set up to view data from the Office of the Clerk, U.S. House of Representatives. Currently supports the ability to retrieve the list of congress people that have transacted in the market from the year 2017-forward as well as the transaction details that were scraped directly from the Transaction Reports downloaded from: Office of the Clerk

Back-End Repo

Database Creation

Database Updates


Requirements

For development, you will need Node.js installed on your environement.

Node is really easy to install & includes NPM. You should be able to run the following command to confirm your current version.

Node

$ node --version
v14.15.5

$ npm --version
7.17.0

Install

$ git clone https://github.com/g3or3/congress-market-activity-fe.git
$ cd congress-market-activity-fe
$ npm install

Start

$ npm start

Built With