{"id":20696463,"url":"https://github.com/mohamed-94/warehouse-optimization","last_synced_at":"2026-04-15T22:32:12.627Z","repository":{"id":188067777,"uuid":"245910849","full_name":"Mohamed-94/warehouse-optimization","owner":"Mohamed-94","description":"This is a Spring application for a Supply Chain warehouse optimization and management","archived":false,"fork":false,"pushed_at":"2024-08-26T17:00:02.000Z","size":577,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T02:47:31.144Z","etag":null,"topics":["java-ee","mvc","spring","spring-boot","supply-chain"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohamed-94.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}},"created_at":"2020-03-09T00:28:38.000Z","updated_at":"2020-05-13T13:16:00.000Z","dependencies_parsed_at":"2023-08-13T16:11:17.377Z","dependency_job_id":null,"html_url":"https://github.com/Mohamed-94/warehouse-optimization","commit_stats":null,"previous_names":["mohamed-94/warehouse-optimization"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohamed-94/warehouse-optimization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2Fwarehouse-optimization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2Fwarehouse-optimization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2Fwarehouse-optimization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2Fwarehouse-optimization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamed-94","download_url":"https://codeload.github.com/Mohamed-94/warehouse-optimization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2Fwarehouse-optimization/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269457772,"owners_count":24420289,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"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":["java-ee","mvc","spring","spring-boot","supply-chain"],"created_at":"2024-11-17T00:14:04.590Z","updated_at":"2026-04-15T22:32:07.592Z","avatar_url":"https://github.com/Mohamed-94.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Warehouse Optimization\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e \n\u003cbr\u003e\n  \u003ca href=\"#usage-\u0026-prerequisities\"\u003eUsage \u0026 Prerequisities\u003c/a\u003e \n  \u003cbr\u003e\n  \u003ca href=\"#install-dependencies\"\u003eInstall Dependencies\u003c/a\u003e \n  \u003cbr\u003e\n  \u003ca href=\"#run\"\u003eRun\u003c/a\u003e \n  \u003cbr\u003e\n  \u003ca href=\"#api\"\u003eAPI\u003c/a\u003e \n    \u003cbr\u003e\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n  \n## About\n  \nThis project is a Spring application for a Supply Chain warehouse optimization and management.\n\nWarehouse Optimization is a REST API based and designed with M ~V~ C of spring boot's starter.\n \n  \nTo get you started you can simply clone the `warehouse-optimization` repository and install the dependencies ( You can quickly look at [pom.xml](https://github.com/Mohamed94/warehouse-optimization/pom.xml))\n\n\n## Usage \u0026 Prerequisites\n\nTo clone and edit this application you will need [git](https://git-scm.com/) and [Spring Boot](https://projects.spring.io/spring-boot/)\n\nYou will also need [Java™ SE Development Kit 8](http://www.oracle.com/technetwork/java/javase/downloads) and [Maven](https://maven.apache.org/download.cgi).\n\u003cbr\u003e\n\nIDEs used: [STS4](https://spring.io/tools)/[Eclipse EE](https://www.eclipse.org/downloads/packages/release/kepler/sr2/eclipse-ide-java-ee-developers) with [STS](https://spring.io/tools) plugin\n\nFrom your command line:\n\n```bash\ngit clone https://github.com/Mohamed-94/warehouse-optimization\n# Go into it\ncd warehouse-optimization\n\n```\n\n## Install Dependencies\n\n\n```bash\nmvn clean install\n```\n\n### Run\n \n```bash\n\njava -jar target/warehouse-optimization-1.0.jar\n```\n\n### API\n\u003cbr\u003e\n\nConsidering the REST API you will find the swagger UI at http://localhost:8080/swagger-ui.html\n\nFirst generate a token with the following command:\n\n```bash\ncurl testjwtclientid:XY7kmzoNzl100@localhost:8080/oauth/token -d grant_type=password -d username=user -d password=jwtpass\n```\n\u003cbr\u003e\n\n## Licence\n\nApache 2.0\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003e GitHub [@Mohamed-94](https://github.com/Mohamed-94) \u0026nbsp;\u0026middot;\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-94%2Fwarehouse-optimization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamed-94%2Fwarehouse-optimization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-94%2Fwarehouse-optimization/lists"}