{"id":18577224,"url":"https://github.com/deverebor/marketplace-api","last_synced_at":"2026-04-30T14:32:23.888Z","repository":{"id":103725436,"uuid":"524653238","full_name":"deverebor/marketplace-api","owner":"deverebor","description":"This is a simple API made with SpringBoot with deploy on heroku.","archived":false,"fork":false,"pushed_at":"2022-08-21T12:47:14.000Z","size":847,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T01:33:46.451Z","etag":null,"topics":["heroku","hibernate-jpa","java-18","side-project","spring-boot"],"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/deverebor.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}},"created_at":"2022-08-14T11:36:08.000Z","updated_at":"2023-03-07T02:26:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"b32e5045-28ea-4598-b428-b7b0ee023a72","html_url":"https://github.com/deverebor/marketplace-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/deverebor/marketplace-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deverebor%2Fmarketplace-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deverebor%2Fmarketplace-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deverebor%2Fmarketplace-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deverebor%2Fmarketplace-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deverebor","download_url":"https://codeload.github.com/deverebor/marketplace-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deverebor%2Fmarketplace-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32468009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["heroku","hibernate-jpa","java-18","side-project","spring-boot"],"created_at":"2024-11-06T23:28:25.771Z","updated_at":"2026-04-30T14:32:23.871Z","avatar_url":"https://github.com/deverebor.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marketplace API - Java 18\n\n![GitHub language count](https://img.shields.io/github/languages/count/deverebor/marketplace-api?style=for-the-badge)\n![GitHub forks](https://img.shields.io/github/forks/deverebor/marketplace-api?style=for-the-badge)\n![GitHub issues](https://img.shields.io/github/issues/deverebor/marketplace-api?style=for-the-badge)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/deverebor/marketplace-api?style=for-the-badge)\n\n---\n\n\u003e This is a simple API made with SpringBoot with deploy on heroku.\n\n## About project\n\nThis API came as part of professor Nélio Alves' JAVA course. \nWhere I went further and created unit tests and restructured some endpoints.\n\n## Feature list\n\nMarketplace returns the following status codes in its API:\n\n| Functionality                                                | Verb     | Description           | Authentication |\n|:-------------------------------------------------------------|:---------|:----------------------|:---------------|\n| https://api-marketplace-course.herokuapp.com/user            | `GET`    | Lists all users.      | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/user/{id}       | `GET`    | Lists a user.         | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/order/          | `GET`    | Lists all orders.     | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/order/{id}      | `GET`    | List an order.        | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/categories      | `GET`    | Lists all categories. | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/categories/{id} | `GET`    | Lists a category.     | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/product/        | `GET`    | Lists all products.   | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/product/{id}    | `GET`    | Lists a product.      | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/user/{id}       | `DELETE` | Removes a user.       | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/user/{id}       | `POST`   | Adds a user.          | `FALSE`        |\n| https://api-marketplace-course.herokuapp.com/user/{id}       | `PUT`    | Updates a user.       | `FALSE`        |\n\n### Adjustments and improvements\n\nThe project is concluded but there are some points of improvement:\n\n- [X] Migrate the database structure to postgresql\n- [ ] Add unit tests to routes and their dependencies\n- [X] Deploy on HEROKU.\n\n## 💻 Prerequisites\n\nBefore you begin, make sure that you have met the following requirements:\n* You have installed the version of 'java 18'.\n* You have Postman installed to view how the API works ([CLICK HERE to access JSON with requests](./docs/postman)).\n\n## 📫 Contribute to the project\nFollow this steps to contribute to the project:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b feat: \u003cnome_branch\u003e`.\n3. Make your changes and confirm them: `git commit -m 'feat: \u003ccommit\u003e'`.\n4. Send to the original branch: `git push deverebor/fastapi-blog-api`\n5. Create the pull request.\n\nAlternatively, see the GitHub documentation at https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-requests).\n\n[⬆ Voltar ao topo](#fastapi-blog-api)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeverebor%2Fmarketplace-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeverebor%2Fmarketplace-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeverebor%2Fmarketplace-api/lists"}