Skip to content

rixant/Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Introduction

This is a business intelligence dashboard fullstack web application. This web application is built using ASP .NET Core MVC with PostgreSQL(backend) and Angular(frontend). The dashboard is used to visualize the statistical data of sales, keep the track of orders and detect the status of servers health.

Demo

Demo showcase gif

Languges Used

  1. TypeScript
  2. JavaScript
  3. C#

Technologies Used

  1. ASP.NET
  2. PostgreSQL
  3. Angular

Pre-requisites

  1. Visual Studio Code
  2. .NET SDK
  3. pgAdmin4

Cloning Respository

git clone [email protected]:Rixant/Dashboard.git
cd Dashboard

Installation

  1. Server Side
cd server
cd Advantage.API
dotnet build
dotnet run

The server starts running on: https://localhost:5000

  1. Client Side
cd client
npm install
ng serve

The web application starts running on: https://localhost:4200

About

This is a business intelligence dashboard fullstack web application. This web application is built using ASP .NET Core MVC with PostgreSQL(backend) and Angular(frontend). The dashboard is used to visualize the statistical data of sales, keep the track of orders and detect the status of servers health.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors