Skip to content

Application template to get started with WorkplaceX.org framework for ASP.NET Core 5 and Angular 11 Client and MS-SQL Server.

Notifications You must be signed in to change notification settings

WorkplaceX/ApplicationDemo

Repository files navigation

Application Demo

An ASP.NET Core 5.0 application with Angular 11 and MS-SQL Server. See it live in action: https://demo.workplacex.org/

Build Status (github actions)

Build Status (travis)

Getting Started

The following components need to be installed on the machine as a prerequisite (Windows or Linux):

Install

### Git clone (parameter recursive clones also required submodule Framework):
git clone https://github.com/WorkplaceX/ApplicationDemo.git --recursive

cd ApplicationDemo

### On first launch it will ask to register wpx command:
./wpx.cmd # For Windows
./wpx.sh # For Linux

### From now on just use:
wpx

### Set ConnectionString
wpx config connectionString="Data Source=localhost; Initial Catalog=ApplicationDemo; Integrated Security=True;" # Example Windows
wpx config connectionString="Data Source=localhost; Initial Catalog=ApplicationDemo; User Id=SA; Password=MyPassword;" # Example Linux

### Deploy Database
wpx deployDb

### Start
wpx start # http://localhost:5000/

### Stop
killall -g -SIGKILL Application.Server # Linux Only

Screenshot

This demo shows the capabilities of the WorkplaceX.org framework. It displays airplanes and countries stored in the database. Screenshot

Command line interface CLI contains all necessary framework commands: Cli

About

Application template to get started with WorkplaceX.org framework for ASP.NET Core 5 and Angular 11 Client and MS-SQL Server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published