Dashboard

Example app of a simple dashboard that uses several API:

Tech Stack

  • Angular
  • Node
  • MongoDB

Usage

  1. Create APi keys and add to server/.env
ACWEATHER_API_KEY=myPrivateAPIKey
GITHUB_API_KEY=myPrivateAPIKey
MAPQUEST_API_KEY=myPrivateAPIKey
NEWS_API_KEY=myPrivateAPIKey
  1. Start MongoDB server and create a dashboard table
  2. Client: npm i && ng serve
  3. Server: npm i && node server.js