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

bluemagicindia/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 11 with server side rendering, ASP.NET Core 5.0 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.5

dotnet --version
5.0.101

ng --version
Angular CLI: 11.0.3

For Windows:

git --version
git version 2.29.2.windows.2

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

Update

  • Update Nuget packages

  • Update Angular and website

  • Framework.Angular/application/

ng update
ng update --all
  • Framework.Cli/Template/Application.Website/LayoutBulma/
  • Framework.Cli/Template/Application.Website/LayoutDefault/
  • Framework.Cli/Template/Application.Website/LayoutEmpty/
npm audit
npm audit fix

Update Angular

npm uninstall -g @angular/cli
npm cache clean --force
npm install -g @angular/cli
ng update

https://update.angular.io/

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# 90.0%
  • TypeScript 4.9%
  • HTML 1.8%
  • TSQL 1.0%
  • JavaScript 0.9%
  • SCSS 0.6%
  • Other 0.8%