Skip to content

It is a demo web application that demonstrates abilities of: SqExpress and ngSetState

License

Notifications You must be signed in to change notification settings

0x1000000/SqGoods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqGoods

It is a demo web application that demonstrates abilities of SqExpress and ngSetState libraries.

SqGoods it is a catalog of products with dynamic attributes.

The key feature is a complex filtering (any kind of boolean expressions) using the dynamic attributes.

Prerequisites

  • .Net 6 SDK
  • NodeJS
  • MSSQL or MYSQL or PostgreSQL server (you will need to create an empty database)

Configuration

In <Code Root>/SqGoods/appsettings.json update the following attributes

  • DbType - MsSql or MySql or PgSql
  • ConnectionString - proper connection string to a selected server and the empty database

All required tables and initial data will be created at the first run.

Running

  1. go to <Code Root>/SqGoods
  2. run dotnet run
  3. Open http:https://localhost:55242 in a browser

What the Application does

SqGoods is a catalog of products divided into different categories with their own attributes.

  • The administrator can add/remove both the categories themselves and their attributes:

img1

  • An attribute can be one of the following types:
    • Boolean
    • Integer
    • One of predefined attribute items (single select)
    • Subset of predefined attribute items (multi select)

img3

  • Also, administrator can add/remove/modify products in a selected category using the category attributes:

img2

  • Any user can see products grouped by categories and create a complex query:

img4

  • All database data can be exported into a JSON file:

img5

About

It is a demo web application that demonstrates abilities of: SqExpress and ngSetState

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published