{"id":14988768,"url":"https://github.com/workplacex/framework","last_synced_at":"2025-04-12T00:33:17.936Z","repository":{"id":42537180,"uuid":"86545521","full_name":"WorkplaceX/Framework","owner":"WorkplaceX","description":"WorkplaceX.org application framework to Build CRM and ERP like systems with ASP.NET Core and Angular.","archived":false,"fork":false,"pushed_at":"2023-01-24T15:52:18.000Z","size":9894,"stargazers_count":10,"open_issues_count":12,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T20:15:07.874Z","etag":null,"topics":["angular","crm","database-application","erp","framework"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WorkplaceX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-29T06:19:34.000Z","updated_at":"2024-02-02T18:52:33.000Z","dependencies_parsed_at":"2023-02-13T23:00:27.996Z","dependency_job_id":null,"html_url":"https://github.com/WorkplaceX/Framework","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FFramework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FFramework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FFramework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FFramework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorkplaceX","download_url":"https://codeload.github.com/WorkplaceX/Framework/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501585,"owners_count":21114675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","crm","database-application","erp","framework"],"created_at":"2024-09-24T14:17:10.613Z","updated_at":"2025-04-12T00:33:17.910Z","avatar_url":"https://github.com/WorkplaceX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorkplaceX Framework\n\n![Build Status](https://github.com/WorkplaceX/ApplicationDoc/workflows/CI/badge.svg) (github actions)\n\n[![Build Status](https://travis-ci.org/WorkplaceX/ApplicationDoc.svg?branch=master)](https://travis-ci.org/WorkplaceX/ApplicationDoc) (travis)\n\nFramework to create database applications based on Angular 11, Bootstrap, Bulma, ASP.NET Core 6.0 and SQL Server. Runs on Windows and Linux. Provides CI/CD pipeline.\n\nProject page: [WorkplaceX.org](https://www.workplacex.org)\n\n## Getting started\nPrerequisites for Linux and Windows\n* [Node.js](https://nodejs.org/en/) (LTS Version)\n* [.NET Core SDK](https://dotnet.microsoft.com/download) (Version 6.0)\n* [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) (Free Express)\n\nCreate new project in empty folder (for Linux use ./cli.sh instead of /.cli.cmd)\n```cmd\n# Install WorkplaceX cli into an empty folder\nnpx workplacex-cli new\n\n# Build everything\n./wpx.cmd build\n\n# Set database connection\n./wpx.cmd config connectionString=\"Data Source=localhost; Initial Catalog=ApplicationDoc; User Id=SA; Password=MyPassword;\"\n\n# Deploy database\n./wpx.cmd deployDb\n\n# Start application\n./wpx.cmd start\n\n# Open browser to http://localhost:5000/\n\n# Stop server on Linux\nkillall -g -SIGKILL Application.Server\n```\n\n## Config\nAll configuration (DEV, TEST, PROD) is stored in file ConfigCli.json. Runtime configuration is automatically extracted and copied into ConfigServer.json.\n\n## More templates\n* Get started with: [ApplicationDemo](https://github.com/WorkplaceX/ApplicationDemo) (Demo CRM and ERP system)\n\n## Project Folder and File Structure\n* \"Application/\" (Application with custom business logic in C#)\n* \"Application.Cli/\" (Command line interface to build and deploy in C#)\n* \"Application.Cli/DeployDb/\" (SQL scripts to deploy to SQL server)\n* \"Application.Database/\" (From database generated C# database dto objects like tables and views)\n* \"Application.Doc/\" (Documentation images)\n* \"Application.Server/\" (ASP.NET Core to start application)\n* \"Application.Website/\" (Angular application)\n* \"Framework/Framework/\" (Framework kernel doing all the heavy work)\n* \"Framework/Framework.Cli/\" (C# Command line interface to build and deploy application)\n* \"Framework/Framework.Doc/\" (Documentation images)\n* \"Framework/Framework.Test/\" (Internal C# unit tests)\n* \"ConfigCli.json\" (Configuration file used by Application.Cli command line interface)\n* \"ConfigServer.json\" (Generated configuration used by Application.Server web server)\n\n## Version\n\nSome versions to check:\n```cmd\nnode --version\nv16.13.1\n\nnpm --version\n8.1.2\n\ndotnet --version\n6.0.101\n\nng --version\nAngular CLI: 13.1.2\n```\n\nFor Windows:\n```cmd\ngit --version\ngit version 2.34.1.windows.1\n\n$PSVersionTable.PSVersion\nMajor  Minor  Patch  PreReleaseLabel BuildLabel\n-----  -----  -----  --------------- ----------\n6      2      3\n```\n\n## Update\n\nChecklist to update framework to latest .NET, Angular, Bootstrap, Bulma: [Update](UPDATE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkplacex%2Fframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkplacex%2Fframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkplacex%2Fframework/lists"}