A Starcounter demo application
This demo application demonstrates a fraction of PALMA solution developed by Modular Management on Starcounter.
Current source code is compatible with the latest (as of 2019.07.08) Starcounter release - 2.3.2
. Starcounter 3.0 compatible version might come in the future.
- Download & install Visual Studio 2017 or 2019.
- Download & install Starcounter 2.3.2.
- Make sure to install Visual Studio extension.
- Visual Studio 2019 requires manual extension installation.
- Clone source code.
- Open
~/Constructor/Constructor.sln
solution in Visual Studio. - Build solution -
Ctrl + Shift + B
. - Start
Constructor
project -Ctrl + F5
. - Navigate to
http://localhost:8080/constructor
with Opera or Google Chrome.
Note: other browsers than Google Chrome might work as well, but were not tested.
The application has two entry points:
/constructor
- home page./constructor/product/?
- product details page, where?
is numeric object number of aConstructor.Database.Product
instance.
See the DEMO.md
file for some demo data, the demo pictures available in the ~/Constructor/Constructor/wwwroot/Constructor/images
folder.
- Please report any Starcounter related issues at
Starcounter/Home
issue tracker. - Please report any Demo related issues in this repository issue tracker.
- This demo app is designed for a single user usage.
- This demo app is not optimized and shall not be used for any benchmarking or performance references.