Skip to content

Alkiimista/angular-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published