Skip to content

PlatanoCode/asp-net-core-dashboard-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files to look at:

Dashboard for ASP.NET Core - Backend

This example is an ASP.NET Core 3.1 backend application (server) for the DevExpress Web Dashboard. The server handles client data requests and includes various backend capabilities such as data access, dashboard storage, etc.

This application does not have any views. Configure and launch a client application to display data from this server.

Quick Start

Run the following command to start server:

dotnet run

See the following section for information on how to install NuGet packages from the DevExpress NuGet feed: Install DevExpress Controls Using NuGet Packages.

This server allows CORS requests from all origins with any scheme (http or https). This default configuration is insecure: any website can make cross-origin requests to the app. We recommend that you specify the client application's URL to prohibit other clients from accessing sensitive information stored on the server. Learn more: Cross-Origin Resource Sharing (CORS)

In the client application, set the following URL as an endpoint:

http://localhost:5000/api/dashboard

Documentation

More Examples

About

.NET, Business Intelligence, ASP.NET Core Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%