Skip to content

WorkplaceX.org application framework to Build CRM and ERP like systems with ASP.NET Core and Angular.

License

Notifications You must be signed in to change notification settings

smfichadiya/Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework

Build Status (ApplicationDemo; github actions;)

Build Status (ApplicationDemo; travis;)

Framework to create database applications based on Angular 10 with server side rendering, ASP.NET Core 3.1 and MS-SQL. This repo contains no business logic. Company business logic typically goes into your private repo which references this framework.

Getting started

Project Folder Structure

  • "Framework/" (Framework kernel doing all the heavy work)
  • "Framework.Angular/" (Generic Angular application to render app.json sent by server)
  • "Framework.Cli/" (C# Command line interface to build and deploy application)
  • "Framework.Doc/" (Documentation images)
  • "Framework.Test/" (Internal C# unit tests)

Version

Some versions to check:

node --version
v12.18.1

npm --version
6.14.4

dotnet --version
3.1.301

ng --version
Angular CLI: 10.0.6

For Windows:

git --version
git version 2.21.0.windows.1

$PSVersionTable.PSVersion
Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
6      2      3

Update

  • Update Nuget packages

  • Update Angular and website

  • Framework.Angular/application/

ng update
  • Framework.Cli/Template/Application.Website/MasterDefault/
  • Framework.Cli/Template/Application.Website/MasterEmpty/
npm audit
npm audit fix

About

WorkplaceX.org application framework to Build CRM and ERP like systems with ASP.NET Core and Angular.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 89.3%
  • TypeScript 4.5%
  • HTML 1.8%
  • JavaScript 1.0%
  • TSQL 1.0%
  • CSS 0.8%
  • Other 1.6%