Skip to content

mahmoudShaheen/generic-dashboard-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic Dashboard Builder

Start ASP Core Project

  • Start by applying db migration through PM
  • PM> Add-Migration initial-migration
  • PM> Update-Database
  • Run the project: http://localhost:8080/

Start Angular

  • Install dependencies first by running npm i
  • Run ng serve -o for a dev server.
  • Navigate to http://localhost:4200/.
  • Start Building!

Please keep in mind that the backend is a prototype which generates random data, Data controller is considered to be only example of the rest interface.
So feel free to implement any custom data endpoints to produce the same DTO.

Demo

Dashboard Resize Edit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published