{"id":28238544,"url":"https://github.com/e-motionai/products-service","last_synced_at":"2026-05-01T18:32:21.963Z","repository":{"id":274111762,"uuid":"921950692","full_name":"E-MotionAI/products-service","owner":"E-MotionAI","description":"Products management service of (e)motion.AI project.","archived":false,"fork":false,"pushed_at":"2025-05-13T23:09:29.000Z","size":83,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T01:13:10.104Z","etag":null,"topics":["backend","docker","kotlin","quarkus-maven"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/E-MotionAI.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-01-24T23:48:03.000Z","updated_at":"2025-05-13T23:09:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"dabba0e3-d536-4547-a122-76d5d60dbdb7","html_url":"https://github.com/E-MotionAI/products-service","commit_stats":null,"previous_names":["jcalopes/users-service","e-motionai/users-service","e-motionai/products-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Fproducts-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Fproducts-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Fproducts-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Fproducts-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/E-MotionAI","download_url":"https://codeload.github.com/E-MotionAI/products-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E-MotionAI%2Fproducts-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259180804,"owners_count":22817814,"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":["backend","docker","kotlin","quarkus-maven"],"created_at":"2025-05-19T01:13:07.646Z","updated_at":"2026-05-01T18:32:16.923Z","avatar_url":"https://github.com/E-MotionAI.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# User Service\n\n## Overview\nThe User Service is a Quarkus application designed to manage user-related operations. It is built using Kotlin and Java, and uses Maven for dependency management.\n\n## Features\n- User registration\n- User authentication\n- User profile management\n- RESTful API endpoints\n\n## Technologies\n- **Languages**: Kotlin, Java\n- **Frameworks**: Quarkus\n- **Build Tool**: Maven\n\n## Prerequisites\n- JDK 11 or higher\n- Maven 3.6.0 or higher\n\n## Getting Started\n\n### Clone the repository\n```bash\ngit clone https://github.com/jcalopes/user_service.git\ncd user_service\n```\n\n### Running the application in dev mode\nYou can run your application in dev mode that enables live coding using:\n```bash\n./mvnw quarkus:dev\n```\n\u003e **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at \u003chttp://localhost:8080/q/dev/\u003e.\n\n### Packaging and running the application\nThe application can be packaged using:\n```bash\n./mvnw package\n```\nIt produces the `quarkus-run.jar` file in the `target/quarkus-app/` directory. Be aware that it’s not an _über-jar_ as the dependencies are copied into the `target/quarkus-app/lib/` directory.\n\nThe application is now runnable using:\n```bash\njava -jar target/quarkus-app/quarkus-run.jar\n```\n\nIf you want to build an _über-jar_, execute the following command:\n```bash\n./mvnw package -Dquarkus.package.jar.type=uber-jar\n```\nThe application, packaged as an _über-jar_, is now runnable using:\n```bash\njava -jar target/*-runner.jar\n```\n\n### Running Tests\n```bash\n./mvnw test\n```\n\n## API Endpoints\n- **POST** `/api/v1/user` - Register a new user\n- **GET** `/api/v1/user/{username}` - Get user details by username\n- **PUT** `/api/v1/user` - Update user details\n- **DELETE** `/api/v1/user` - Delete a user\n\n## Accessing Swagger UI\nYou can access the Swagger UI by running the application and navigating to:\n\u003chttp://localhost:8080/q/swagger-ui/\u003e\n\n## Contributing\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Commit your changes (`git commit -m 'Add some feature'`)\n4. Push to the branch (`git push origin feature-branch`)\n5. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-motionai%2Fproducts-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-motionai%2Fproducts-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-motionai%2Fproducts-service/lists"}