{"id":27598029,"url":"https://github.com/ayvero/microservices_monopatines","last_synced_at":"2025-04-22T14:09:24.141Z","repository":{"id":289173580,"uuid":"970355803","full_name":"Ayvero/Microservices_monopatines","owner":"Ayvero","description":"This project implements a microservices architecture using Spring Boot and Docker. It simulates an e-scooter rental platform, managing various business areas such as users, trips, maintenance, and pricing.","archived":false,"fork":false,"pushed_at":"2025-04-21T23:18:24.000Z","size":253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-22T14:09:20.211Z","etag":null,"topics":["docker-compose","documentation","endpoint","java","maven","microservices","spring-boot","sql"],"latest_commit_sha":null,"homepage":"","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/Ayvero.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-04-21T22:19:38.000Z","updated_at":"2025-04-21T23:23:02.000Z","dependencies_parsed_at":"2025-04-21T23:41:54.825Z","dependency_job_id":null,"html_url":"https://github.com/Ayvero/Microservices_monopatines","commit_stats":null,"previous_names":["ayvero/microservices_monopatines"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayvero%2FMicroservices_monopatines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayvero%2FMicroservices_monopatines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayvero%2FMicroservices_monopatines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ayvero%2FMicroservices_monopatines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ayvero","download_url":"https://codeload.github.com/Ayvero/Microservices_monopatines/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250255697,"owners_count":21400410,"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":["docker-compose","documentation","endpoint","java","maven","microservices","spring-boot","sql"],"created_at":"2025-04-22T14:09:23.425Z","updated_at":"2025-04-22T14:09:24.125Z","avatar_url":"https://github.com/Ayvero.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛴 Microservicios - Sistema de Alquiler de Monopatines\n\nEste proyecto es una aplicación backend desarrollada con arquitectura de microservicios. Simula un sistema de alquiler de monopatines eléctricos con múltiples funcionalidades distribuidas en servicios independientes.\n\n## 🚀 Tecnologías utilizadas\n\n- Java 17\n- Spring Boot\n- Maven\n- Docker + Docker Compose\n- PostgreSQL\n- JPA / Hibernate\n- Eureka (Service Discovery)\n- Spring Cloud Gateway\n- Spring Config Server\n\n## 🧩 Microservicios incluidos\n\n- `microservicio-administrador`: Gestión de administradores del sistema.\n- `microservicio-usuario`: Registro, autenticación y gestión de usuarios.\n- `microservicio-monopatin`: Información y disponibilidad de monopatines.\n- `microservicio-viaje`: Registro y seguimiento de los viajes realizados.\n- `microservicio-mantenimiento`: Gestión de mantenimiento de monopatines.\n- `microservicio-gateway`: Puerta de entrada al sistema (API Gateway).\n- `shared-dto`: Librería común de clases compartidas entre servicios.\n\n  📌 Notas\nCada microservicio cuenta con su propio archivo de endpoints detallando todas las rutas disponibles,\nsus métodos HTTP, los parámetros requeridos y ejemplos de uso.\n\nLos servicios pueden ejecutarse de forma independiente para pruebas individuales.\n\n## 📦 Colección Postman\n\nPara probar los endpoints, se incluye una colección de Postman exportada:\n\n- [`coleccion-monopatines.postman_collection.json`](https://github.com/Ayvero/Microservices_monopatines/blob/main/Monopatines.postman_collection.json)\n\nImportala en Postman para probar todos los endpoints de los microservicios.\n\n\n\n\n## ⚙️ Cómo ejecutar el proyecto\n\n1. Clonar el repositorio:\n   ```bash\n   git clone https://github.com/Ayvero/Microservices_monopatines.git\n   cd Microservices_monopatines\n\n2. Levantar los servicios con Docker Compose:\n\ndocker-compose up --build\n\n3. Acceder a los endpoints a través del gateway en http://localhost:8080\n\nEs necesario tener Docker y Docker Compose instalados previamente.\n\n--------------------------------------\n\n\n---\n\n## 🌐 English Version \n\n\n# 🛴 Microservices - Electric Scooter Rental System\n\nThis project is a backend application built using microservices architecture. It simulates an electric scooter rental system, with multiple features distributed across independent services.\n\n## 🚀 Technologies Used\n\n- Java 17\n- Spring Boot\n- Maven\n- Docker + Docker Compose\n- PostgreSQL\n- JPA / Hibernate\n- Eureka (Service Discovery)\n- Spring Cloud Gateway\n- Spring Config Server\n\n## 🧩 Included Microservices\n\n- `microservicio-administrador`: Administrator management.\n- `microservicio-usuario`: User registration, login, and profile.\n- `microservicio-monopatin`: Scooter availability and info.\n- `microservicio-viaje`: Trip records and tracking.\n- `microservicio-mantenimiento`: Maintenance service for scooters.\n- `microservicio-gateway`: Entry point (API Gateway).\n- `shared-dto`: Common shared classes across services.\n\n  📌 Notes\nEach microservice includes its own file with a detailed list of API endpoints,\n HTTP methods, request parameters, and examples.\n\nServices can be tested independently.\n\nPostman or Swagger UI (if enabled) are recommended for API testing.\n\n\n\n## ⚙️ How to Run the Project\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Ayvero/Microservices_monopatines.git\n   cd Microservices_monopatines\n2. Start the services with Docker Compose:\ndocker-compose up --build\n\n3. Access the endpoints through the gateway at http://localhost:8080\nMake sure Docker and Docker Compose are installed.\n-----------------------------------------\n\n\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayvero%2Fmicroservices_monopatines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayvero%2Fmicroservices_monopatines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayvero%2Fmicroservices_monopatines/lists"}