Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.51 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.51 KB

Constructor

A Starcounter demo application

Purpose

This demo application demonstrates a fraction of PALMA solution developed by Modular Management on Starcounter.

Compatibility

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.

Setup

  • 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.

Entry point

The application has two entry points:

  • /constructor - home page.
  • /constructor/product/? - product details page, where ? is numeric object number of a Constructor.Database.Product instance.

Demo data

See the DEMO.md file for some demo data, the demo pictures available in the ~/Constructor/Constructor/wwwroot/Constructor/images folder.

Report an issue

  • Please report any Starcounter related issues at Starcounter/Home issue tracker.
  • Please report any Demo related issues in this repository issue tracker.

Limitation & Performance

  • 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.

Screenshots

Click to expand

Home page

image

Product page - editing

image

Product page - viewing

image