{"id":49146357,"url":"https://github.com/rodielm/tool_ecommerce_test","last_synced_at":"2026-04-22T04:04:06.374Z","repository":{"id":204881485,"uuid":"712860393","full_name":"Rodielm/tool_ecommerce_test","owner":"Rodielm","description":"A simple project","archived":false,"fork":false,"pushed_at":"2023-11-01T12:01:35.000Z","size":254,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-11-01T13:24:47.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Rodielm.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}},"created_at":"2023-11-01T10:54:45.000Z","updated_at":"2023-11-01T13:24:57.375Z","dependencies_parsed_at":null,"dependency_job_id":"5fdad1ef-4006-4d1d-a18d-579e116d1a68","html_url":"https://github.com/Rodielm/tool_ecommerce_test","commit_stats":null,"previous_names":["rodielm/tool_ecommerce_test"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Rodielm/tool_ecommerce_test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodielm%2Ftool_ecommerce_test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodielm%2Ftool_ecommerce_test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodielm%2Ftool_ecommerce_test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodielm%2Ftool_ecommerce_test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rodielm","download_url":"https://codeload.github.com/Rodielm/tool_ecommerce_test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rodielm%2Ftool_ecommerce_test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32120404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":[],"created_at":"2026-04-22T04:04:02.042Z","updated_at":"2026-04-22T04:04:06.365Z","avatar_url":"https://github.com/Rodielm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Project Name - Docker Compose Setup**\n\n## Description\n\nThis project demonstrates how to run a full-stack application with Docker Compose. It consists of a backend (Spring-boot) and a frontend (Angular) application. Docker Compose is used to orchestrate and manage both services.\n\n## Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Docker: [Docker Installation Guide](https://docs.docker.com/get-docker/)\n- Docker Compose: [Docker Compose Installation Guide](https://docs.docker.com/compose/install/)\n\n## Getting Started\n\n1. Clone the repository to your local machine:\n\n   ```bash\n   git clone git@github.com:Rodielm/tool_ecommerce_test.git\n   ```\n\n2. Navigate to the project's root directory:\n\n   ```bash\n   cd \"PROJECT_DIRECTORY\"\n   ```\n\n3. rename `.env.example` to `.env` file in the project's root directory and set the necessary environment variables. Here's an example for reference:\n\n   ```env\n      DB_HOST=\u003cDB_HOST\u003e\n      DB_USER=\u003cDB_USER\u003e\n      DB_PASSWORD=\u003cDB_PASS\u003e\n      DB_ROOT_PASSWORD=\u003cDB_ROOT_PASS\u003e\n   ```\n\n4. Build and start the Docker containers using Docker Compose:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n   - This command will build and start the backend and frontend services according to the configuration in the `docker-compose.yml` file.\n\n5. Once the containers are running, you can access the following services in your web browser:\n\n   - Backend API: `http://localhost:8081`\n   - Frontend Application: `http://localhost:4200`\n\n## Additional Configuration\n\n### Backend Configuration\n\n- Update the backend environment variables in the `.env` file to match your specific configuration.\n\n### Frontend Configuration\n\n- If you have specific frontend build or environment requirements, update the frontend service in the `docker-compose.yml` file.\n\n## Stopping the Application\n\nTo stop the Docker containers, open a new terminal window and navigate to the project's root directory. Run the following command:\n\n```bash\ndocker-compose down\n```\n\nThis will stop and remove the containers.\n\n## Cleanup\n\nIf you wish to remove all containers, networks, and volumes associated with this project, you can run:\n\n```bash\ndocker-compose down -v\n```\n\n## Acknowledgments\n\n- Mention any libraries, tools, or people whose work you've used or are grateful for.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodielm%2Ftool_ecommerce_test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodielm%2Ftool_ecommerce_test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodielm%2Ftool_ecommerce_test/lists"}