Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Application based on .NET Core3.1/Angular for displaing sales statistics in the form of interactive graph.

License

NotificationsYou must be signed in to change notification settings

aslamovyura/interactive-graph-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET CoreNode.js

The main idea of application is to display sales statistics in the form of an interactive graph.The application consists of the following 2 parts:

Server-side application provides API for managing sales (simple CRUD operations) and for calculating sales statistics (number and amount of sales).Client-side application provide UI with interactive graph to contol sale statistics.

Getting Started

1. Server-side app

To configure application, edit the followingappsettings.json file in the./ServerSideApp/src/Web directory:

{  "ConnectionStrings": {    "DefaultConnection": "Server=127.0.0.1,1433;Database=SalesDb;User Id=sa;Password=reallyStrongPwd123",    "DockerConnection": "Server=sql_server;Database=SalesDb;User Id=sa;Password=reallyStrongPwd123;"  },  "InitialDbSeedEnable": true,  "AllowedHosts": "*"}

Database seeding with initial data is ENABLED by default. To disable database seeding, setInitialDbSeedEnable tofalse inappsettings.json.

To run the server-side application, type the following commands from the./ServerSideApp directory:

> docker-compose build> docker-compose up

For macOs or Linux systems, usesudo for commands above.To know more about docker-compose, please visitdocker official site.

2. Client-side app

To install required packages and run the application, type the following commands from the./ClientSideApp directory:

> npm install> npm start

Built with

Author

Yury Aslamov - Software Developer, Ph.D.

License

This project is under the MIT License - see theLICENSE.md file for details.

About

Application based on .NET Core3.1/Angular for displaing sales statistics in the form of interactive graph.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp