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.
- Host: GitHub
- URL: https://github.com/vcjpierre/ngdashboard
- Owner: vcjpierre
- Created: 2020-05-29T20:21:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T20:20:44.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:19:56.895Z (4 months ago)
- Topics: angular, asp-net-core, dashboard, netcore, postgresql
- Language: TypeScript
- Homepage:
- Size: 3.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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/`