{"id":29104525,"url":"https://github.com/raulrobinson/fullstack-aws-localstack","last_synced_at":"2026-04-16T05:03:32.908Z","repository":{"id":301008620,"uuid":"1007839027","full_name":"raulrobinson/fullstack-aws-localstack","owner":"raulrobinson","description":"Development Services System for AWS LocalStack ","archived":false,"fork":false,"pushed_at":"2025-06-24T17:11:30.000Z","size":696,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-24T18:23:02.579Z","etag":null,"topics":["angular","aws","cloudwatch","grafana","lambda","localstack","minio","prometheus","reactive","signals","sns","spring-boot","sqs","webflux"],"latest_commit_sha":null,"homepage":"https://rasysbox.com","language":"Java","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/raulrobinson.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-24T15:55:55.000Z","updated_at":"2025-06-24T17:10:42.000Z","dependencies_parsed_at":"2025-06-24T18:23:06.441Z","dependency_job_id":null,"html_url":"https://github.com/raulrobinson/fullstack-aws-localstack","commit_stats":null,"previous_names":["raulrobinson/fullstack-aws-localstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raulrobinson/fullstack-aws-localstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Ffullstack-aws-localstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Ffullstack-aws-localstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Ffullstack-aws-localstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Ffullstack-aws-localstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raulrobinson","download_url":"https://codeload.github.com/raulrobinson/fullstack-aws-localstack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raulrobinson%2Ffullstack-aws-localstack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262514198,"owners_count":23322697,"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","aws","cloudwatch","grafana","lambda","localstack","minio","prometheus","reactive","signals","sns","spring-boot","sqs","webflux"],"created_at":"2025-06-29T00:05:44.897Z","updated_at":"2026-04-16T05:03:32.881Z","avatar_url":"https://github.com/raulrobinson.png","language":"Java","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\n# Fullstack AWS LocalStack\n\nDevelopment Services System for AWS LocalStack \n\n## Features\n\n- LocalStack for AWS services emulation\n- Docker Compose for service orchestration\n- Java Spring Boot for backend development\n- Angular for frontend development\n\n## Getting Started\n\n### Prerequisites\n\n- Docker and Docker Compose installed\n- Java Development Kit (JDK) installed\n- Node.js and npm installed\n- Angular CLI installed\n- Maven installed\n- Git installed\n- Postman or any API testing tool\n- IDE (IntelliJ IDEA, Visual Studio Code, etc.)\n- AWS CLI installed (optional, for AWS interactions)\n- LocalStack CLI installed (optional, for LocalStack interactions)\n- Docker Desktop or Docker Engine running\n- LocalStack running (can be started via Docker Compose)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone\n   ```\n   \n2. Navigate to the project directory:\n   ```bash\n    cd fullstack-aws-localstack\n    ```\n   \n3. Start LocalStack using Docker Compose:\n    ```bash\n    docker-compose up -d\n    ```\n   \n4. Build the backend service:\n    ```bash\n    cd backend\n    gradlew clean build\n    ```\n   \n5. Start the backend service:\n    ```bash\n    ./gradlew bootRun\n    ```\n   \n6. Build the frontend service:\n    ```bash\n    cd dashbaord-ui\n    npm install\n    ng build --configuration=development\n    ```\n   \n7. Start the frontend service:\n    ```bash\n    npm run start\n    ```\n   \n8. Access the application:\n   Open your web browser and navigate to `http://localhost:4200`.\n\n   ### Accessing Dashboard UI      \n   login to the dashboard UI using the following credentials:\n    - **Username**: `admin`\n    - **Password**: `admin123`   \n\n   \u003cimg src=\"dashboard-ui/documentation/images/login.png\" alt=\"Login\" width=\"800\"/\u003e\n\n   ### Accessing Home Page\n   \u003cimg src=\"dashboard-ui/documentation/images/img.png\" alt=\"Dashboard\" width=\"800\"/\u003e\n\n   ### Accessing Status Page\n   \u003cimg src=\"dashboard-ui/documentation/images/img_1.png\" alt=\"Status\" width=\"800\"/\u003e\n\n   ### Accessing Resource Browser\n   \u003cimg src=\"dashboard-ui/documentation/images/img_2.png\" alt=\"Status\" width=\"800\"/\u003e\n\n   ### Accessing DynamoDB Browser\n   \u003cimg src=\"dashboard-ui/documentation/images/img_3.png\" alt=\"Status\" width=\"800\"/\u003e\n\n\n9. Access the backend API:\n   Use Postman or any API testing tool to access the backend API at `http://localhost:9800/webjars/swagger-ui/index.html`.\n\n\n### DynamoDB Admin \n\nTo manage DynamoDB tables, you can use the DynamoDB Admin UI. Follow these steps:\n\n1. Open your web browser and navigate to `http://localhost:8001`.\n\n### Minio Console\n\nTo manage Minio buckets, you can use the Minio Console. Follow these steps:\n\n1. Open your web browser and navigate to `http://localhost:9001/login`.\n\n2. Use the following credentials to log in:\n   - **Username**: `admin`\n   - **Password**: `admin123`\n\n\n### Author: [Raul Bolivar Navas](https://github.com/raulrobinson)\n\n### License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Ffullstack-aws-localstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraulrobinson%2Ffullstack-aws-localstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraulrobinson%2Ffullstack-aws-localstack/lists"}