A small dashboard that displays data in highcharts
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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Download the project or clone it.
- Navigate to the project
cd [PROJECT-LOCATION]/angular-app
- Navigate to the frontend folder
cd frontend
- Run the following command.
npm install
- Run the following command to make the front-end accessible
ng serve
The front end is now running on
http://localhost:4200
- Navigate to the project
cd [PROJECT-LOCATION]/angular-app
- Navigate to
cd Backend/Backend.web
dotnet run
The backend is now running on
localhost:5000
todo