{"id":22807988,"url":"https://github.com/tbarracha/angspire","last_synced_at":"2025-04-13T20:04:29.566Z","repository":{"id":266983037,"uuid":"898176306","full_name":"tbarracha/Angspire","owner":"tbarracha","description":"Angspire = Angular + .NET (monorepo) project template designed to simplify development with out-of-the-box features like (basic) user authentication and frontend themes, reducing setup time and providing a scalable, maintainable foundation for your applications.","archived":false,"fork":false,"pushed_at":"2025-01-31T20:42:18.000Z","size":18249,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T10:39:03.277Z","etag":null,"topics":["angular","asp-net-core","aspire","aspire-hosting","dotnet","dotnet-core"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"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/tbarracha.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T23:30:01.000Z","updated_at":"2025-02-05T01:24:02.000Z","dependencies_parsed_at":"2024-12-07T13:34:52.999Z","dependency_job_id":"f26eb641-abb4-4654-b7e9-48dd98892eee","html_url":"https://github.com/tbarracha/Angspire","commit_stats":null,"previous_names":["tbarracha/angspire"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbarracha%2FAngspire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbarracha%2FAngspire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbarracha%2FAngspire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbarracha%2FAngspire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbarracha","download_url":"https://codeload.github.com/tbarracha/Angspire/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774992,"owners_count":21159534,"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","asp-net-core","aspire","aspire-hosting","dotnet","dotnet-core"],"created_at":"2024-12-12T11:07:27.779Z","updated_at":"2025-04-13T20:04:29.521Z","avatar_url":"https://github.com/tbarracha.png","language":"C#","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/7845aef3-3c6d-4f82-adc9-c5b14bc2a096\" alt=\"Angspire Logo\" width=\"96\"\u003e\n\u003c/div\u003e\n\n# Angspire - Angular Frontend \u0026 Aspire Dot Net Backend\n\n**Angspire** is an Angular + .NET (monorepo) project template designed to simplify development with out-of-the-box features like (basic) user authentication and frontend themes, reducing setup time and providing a scalable, maintainable foundation for your applications.\n\n_Angular 19, Dot Net 9.0 \u0026 Aspire 9.0_\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n**IMPORTANT:**\n- Running the dot net project, will also serve the angular project\n\n**NOTE:**\n- **Authentication:** _AspNetCore Identity for EntityFrameworkCore_\n- **Database:** _PostgresSQL_\n\n\n\u003ctable align=\"center\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003eAngular Page\u003c/th\u003e\n    \u003cth\u003eAPI on Swagger\u003c/th\u003e\n    \u003cth\u003eAspire Dashboard\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/user-attachments/assets/95f863b6-0c7d-42f3-81c9-471d626a3df7\" alt=\"Angular Page\" width=\"300\"\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/user-attachments/assets/a4e93984-b774-4cae-b8fd-f84f728e3d24\" alt=\"API as seen on Swagger\" width=\"300\"\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003cimg src=\"https://github.com/user-attachments/assets/180e2000-c313-4daf-977b-9aa86648c872\" alt=\"Aspire Dashboard\" width=\"300\"\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n---\n\n# Theme-sync\nThis project comes with a `theme-sync.js` script which allows you to sync style variables through node commands.\n\n**How to use theme-sync.js:**\n1. creates variables in \"styles.scss\"\n2. run: `node theme-sync update`\n3. \"themes.json\" \u0026 \"tailwind.config.js\" will update\n\n**Commands:**\n- update: `node theme-sync update`\n- clear: `node theme-sync clear`\n\n**NOTE:**\n- if you have more than one theme in the \"themes.json\" file and they are missing the new css variables, they will be created with the same value as the css variables\n\nhttps://github.com/user-attachments/assets/843da791-19e4-4ac7-8eca-7ed4a4caa987\n\n---\n\n## Todo\n- [ ] Sync themes from theme.json to styles.scss\n- [ ] Theme Designer\n- [x] Open Swagger on project run\n\n### [Changelog](https://github.com/tbarracha/Angspire/blob/main/CHANGELOG.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbarracha%2Fangspire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbarracha%2Fangspire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbarracha%2Fangspire/lists"}