{"id":15356353,"url":"https://github.com/workplacex/application","last_synced_at":"2026-02-21T22:30:55.744Z","repository":{"id":53215920,"uuid":"100462001","full_name":"WorkplaceX/Application","owner":"WorkplaceX","description":"Use this repo to build a new application with WorkplaceX framework. Empty hello world application to get started.","archived":false,"fork":false,"pushed_at":"2021-05-02T14:55:58.000Z","size":3455,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T16:35:38.065Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-16T07:40:03.000Z","updated_at":"2021-05-02T14:56:00.000Z","dependencies_parsed_at":"2022-09-14T21:20:39.504Z","dependency_job_id":null,"html_url":"https://github.com/WorkplaceX/Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WorkplaceX/Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FApplication","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FApplication/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FApplication/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FApplication/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorkplaceX","download_url":"https://codeload.github.com/WorkplaceX/Application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorkplaceX%2FApplication/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29695781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T12:28:27.985Z","updated_at":"2026-02-21T22:30:55.705Z","avatar_url":"https://github.com/WorkplaceX.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Application Doc\nASP.NET Core application with Angular and MS-SQL Server.\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\n# Getting Started\nThe following components need to be installed on the machine as a prerequisite (Windows or Linux):\n* [Node.js](https://nodejs.org/en/) (LTS Version)\n* [.NET Core](https://dotnet.microsoft.com/download) (Version 5.0)\n* [SQL Server](https://www.microsoft.com/en-us/sql-server/sql-server-downloads) (Free Express Edition)\n\n## Install\n```cmd\n### Git clone (parameter recursive clones also required submodule Framework):\ngit clone https://github.com/WorkplaceX/ApplicationDoc.git --recursive\n\ncd ApplicationDoc\n\n### On first launch it will ask to register wpx command in environment path:\n./wpx.cmd # For Windows\n./wpx.sh # For Linux\n\n### From now on just use:\nwpx\n\n### Set ConnectionString\nwpx config connectionString=\"Data Source=localhost; Initial Catalog=ApplicationDoc; Integrated Security=True;\" # Example Windows\nwpx config connectionString=\"Data Source=localhost; Initial Catalog=ApplicationDoc; User Id=SA; Password=MyPassword;\" # Example Linux\n\n### Deploy Database\nwpx deployDb\n\n### Start\nwpx build\nwpx start # http://localhost:5000/\n\n### Stop\nkillall -g -SIGKILL Application.Server # Linux Only\n```\n\n## Project Folder and File Structure\n* \"Application/\" (Application with custom business logic)\n* \"Application.Cli/\" (Command line interface to build and deploy)\n* \"Application.Cli/DeployDb/\" (SQL scripts to deploy to SQL server)\n* \"Application.Database/\" (From database generated database dto objects like tables and views)\n* \"Application.Server/\" (ASP.NET Core to start application)\n* \"Application.Website/\" (Custom html and css in Angular)\n* \"Framework/\" (External WorkplaceX framework)\n* \"ConfigCli.json\" (Configuration file used by Application.Cli command line interface)\n* \"ConfigServer.json\" (Generated configuration used by Application.Server web server)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkplacex%2Fapplication","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkplacex%2Fapplication","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkplacex%2Fapplication/lists"}