An open API service indexing awesome lists of open source software.

https://github.com/vcjpierre/ngdashboard

Dashboard application using ASP .NET Core with PostgreSQL and Angular.
https://github.com/vcjpierre/ngdashboard

angular asp-net-core dashboard netcore postgresql

Last synced: 2 months ago
JSON representation

Dashboard application using ASP .NET Core with PostgreSQL and Angular.

Awesome Lists containing this project

README

        

# ngDashboard

Business Intelligence dashboard application using .NET Core with PostgreSQL and Angular.



## Requeriments
- [.NET Core](https://dotnet.microsoft.com/download/dotnet/3.1)
- [PostgreSQL](https://www.postgresql.org/)
- [Angular](https://angular.io/guide/setup-local)

## Getting Started 🚀

### Backend

```
cd api/
dotnet tool install --global dotnet-ef
dotnet ef database update
dotnet build
dotnet run
```

Then go to `http://localhost:5001/api/customer`

### Frontend

```
cd dashboard/
npm install
ng serve
```

Then navigate to `http://localhost:4200/`