{"id":29104531,"url":"https://github.com/raulrobinson/dashboard-localstack-tailwindcss","last_synced_at":"2026-04-14T06:02:47.467Z","repository":{"id":300819341,"uuid":"1007234925","full_name":"raulrobinson/dashboard-localstack-tailwindcss","owner":"raulrobinson","description":"LocalStack is a cloud software development framework to develop and test your AWS applications locally.","archived":false,"fork":false,"pushed_at":"2025-06-23T19:10:36.000Z","size":616,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T19:40:30.564Z","etag":null,"topics":["angular","aws","deployment","development","javascript","localstack","signals","typescript"],"latest_commit_sha":null,"homepage":"https://rasysbox.com","language":"TypeScript","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/raulrobinson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-23T17:07:50.000Z","updated_at":"2025-06-23T18:57:43.000Z","dependencies_parsed_at":"2025-06-23T19:40:34.081Z","dependency_job_id":"fc49e8c2-3d92-4792-8a4b-05fa444c731a","html_url":"https://github.com/raulrobinson/dashboard-localstack-tailwindcss","commit_stats":null,"previous_names":["raulrobinson/dashboard-localstack-tailwindcss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raulrobinson/dashboard-localstack-tailwindcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fdashboard-localstack-tailwindcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fdashboard-localstack-tailwindcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fdashboard-localstack-tailwindcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fdashboard-localstack-tailwindcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulrobinson","download_url":"https://codeload.github.com/raulrobinson/dashboard-localstack-tailwindcss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Fdashboard-localstack-tailwindcss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133854,"owners_count":24040786,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","aws","deployment","development","javascript","localstack","signals","typescript"],"created_at":"2025-06-29T00:05:45.705Z","updated_at":"2026-04-14T06:02:47.405Z","avatar_url":"https://github.com/raulrobinson.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/localstack/localstack/master/docs/localstack-readme-banner.svg\" alt=\"LocalStack - A fully functional local cloud stack\"\u003e\n\u003c/p\u003e\n\nLocalStack is a cloud software development framework to develop and test your AWS applications locally.\n\n## How to run the project\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/raulrobinson/dashboard-localstack-tailwindcss\n   ```\n\n2. **Navigate to the project directory**:\n   ```bash\n    cd dashboard-localstack-tailwindcss\n    ```\n   \n3. **Install LocalStack infrastructure** (if not already installed):\n   ```bash\n   docker-compose up -d\n   ``` \n   \n4. **Install dependencies**:\n   ```bash\n   npm install --force\n   ```\n   \n5. **Start the Localstack service**:\n   ```bash\n   ng serve\n   ```\n   \n### Access the application:\nOpen your web browser and navigate to `http://localhost:4200/`.\n\nCredentials for the Localstack dashboard are:\n- **Username**: ***admin***\n- **Password**: ***admin123***\n\n![img.png](documentation/images/login.png)\n\n### Dashboard Preview\n\n![img.png](documentation/images/img.png)\n\n### Status of Localstack services\n\n![img_1.png](documentation/images/img_1.png)\n\n### Resource Browser\n\n![img_2.png](documentation/images/img_2.png)\n\n### DynamoDB \n\n![img_3.png](documentation/images/img_3.png)\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Fdashboard-localstack-tailwindcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulrobinson%2Fdashboard-localstack-tailwindcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Fdashboard-localstack-tailwindcss/lists"}