Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 1.23 KB

README.md

File metadata and controls

78 lines (55 loc) · 1.23 KB

angular-app

A small dashboard that displays data in highcharts

Image of Dashboard

Usage

Make sure the front-end and back-end are running.

Select a date range between 2018-01-01 and 2018-12-31 and press submit. It will then display a chart with values from the backend.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node

.NET Core

Angular

Installing

Download the project or clone it.

Front end

  1. Navigate to the project
cd [PROJECT-LOCATION]/angular-app
  1. Navigate to the frontend folder
cd frontend
  1. Run the following command.
npm install
  1. Run the following command to make the front-end accessible
ng serve

The front end is now running on

http://localhost:4200

Back end

  1. Navigate to the project
cd [PROJECT-LOCATION]/angular-app
  1. Navigate to
cd Backend/Backend.web
dotnet run

The backend is now running on

localhost:5000

License

todo