Application made in Next.JS with the purpose of displaying financial information provided by the open data portal of the CVM (Comissão de Valores Mobiliários) processed by the tool cvm-data-exporter and stored in a MongoDB database.
- Next.JS
- BulmaCSS
- Sass
- MongoDB
- You must set the
MONGODB_URI
andMONGODB_DB
environment variables; - Clone this repository and run
yarn install
.