I need a database backed website to view stock prices over time
- As a user, I should be able to import stock price data in the format described in prices.csv
- As a user, I should be able to browse to a website and view the stock prices over time
- As a user, I should be able to sort by stock price and stock name
- As a user, I should be able to filter by stock price, stock name, and year ranges
You may choose any combination of the following languages. Choose wisely.
- Java
- JavaScript (or any language that transpiles into javascript)
- No need to host this on a public server. We can run it and test it locally.