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.
- TypeScript
- JavaScript
- C#
- ASP.NET
- PostgreSQL
- Angular
- Visual Studio Code
- .NET SDK
- pgAdmin4
git clone [email protected]:Rixant/Dashboard.git
cd Dashboard
- Server Side
cd server
cd Advantage.API
dotnet build
dotnet run
The server starts running on: https://localhost:5000
- Client Side
cd client
npm install
ng serve
The web application starts running on: https://localhost:4200
