{"id":18580360,"url":"https://github.com/pradeepsingroul/dmartready","last_synced_at":"2026-04-13T03:03:27.194Z","repository":{"id":181422684,"uuid":"666738616","full_name":"pradeepsingroul/Dmartready","owner":"pradeepsingroul","description":"This is Baaic atock management system where user can purchase a stock and he/she can see the stock movement as well as stock location","archived":false,"fork":false,"pushed_at":"2023-07-16T13:01:38.000Z","size":101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T16:32:04.772Z","etag":null,"topics":["github","github-config","hibernate","java","maven","mysql-database","postman","spring-boot","sql","swegger"],"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/pradeepsingroul.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":"2023-07-15T12:14:22.000Z","updated_at":"2023-07-16T12:17:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"724dcb40-cc7c-4dcf-9dde-c093556ab4fd","html_url":"https://github.com/pradeepsingroul/Dmartready","commit_stats":null,"previous_names":["pradeepsingroul/dmartready"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FDmartready","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FDmartready/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FDmartready/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FDmartready/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradeepsingroul","download_url":"https://codeload.github.com/pradeepsingroul/Dmartready/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239321399,"owners_count":19619697,"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":["github","github-config","hibernate","java","maven","mysql-database","postman","spring-boot","sql","swegger"],"created_at":"2024-11-06T23:45:03.582Z","updated_at":"2026-04-13T03:03:27.121Z","avatar_url":"https://github.com/pradeepsingroul.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dmartready\n\nThis is Baaic atock management system where user can purchase a stock and he/she can see the stock movement as well as stock location\n\n## ER Diagram\n![Stocks](https://github.com/pradeepsingroul/Dmartready/assets/104360276/0f0a3d1b-0fd5-4fe6-acde-6a9ba9dcafde)\n\n## Features\n### Stock.\n![Screenshot (139)](https://github.com/pradeepsingroul/Dmartready/assets/104360276/8d5e7f04-dc48-401c-b921-f335a6febbec)\nget all stocks\n ```getall \nGetMethod-\nhttp://localhost:8080/stocks\n```\nget stock whose quantity is greater than passed quantity\n ```greaterThanQuantity\nGetMethod-\nhttp://localhost:8080/stocks/greater?quantity=yourQuantity\n```\nAdd new stock items to the system.\n ```add\nPostMethod-\nhttp://localhost:8080/stocks/add\n```\nUpdate the quantity of existing stock items.\n ```update\nGetMethod-\nhttp://localhost:8080/stocks/update?id=2yourItemID\u0026quantity=Quantity\n```\nDelete stock items from the system.\n ```delete\nGetMethod-\nhttp://localhost:8080/stocks/delete?id=id\n```\n\n\n### store location\n![Screenshot (141)](https://github.com/pradeepsingroul/Dmartready/assets/104360276/d1830946-b615-42c9-971f-27f636866511)\nget all the locations\n ```getall \nGetMethod-\nhttp://localhost:8080/storeLocations\n```\nadd new locations\n ```add \nPostMethod-\nhttp://localhost:8080/storeLocations\n```\nget location by name\n ```getByName \nGetMethod-\nhttp://localhost:8080/storeLocations/getByName?name=yourLocation\n```\nget location by aaddress\n ```getByAddress \nGetMethod-\nhttp://localhost:8080/storeLocations/getByAddress?address=yourAddress\n```\n\n### stock movement\nget all stock movement\nadd new stock movement\n\n## Tech Stack\n\n- Core Java\n- Spring Boot\n- Spring Security\n- MySQL (RDBMS)\n- Sql\n- Maven\n- Swagger UI\n- postman\n- Giuhub\n\n\n## Deployment\n\nTo deploy this project on localhost paste this below code in application.properties file in the \nresources and update according to your database name, username and password of your MySQL database.\n\n```properties\n #changing the server port\nserver.port=8080\n\n#db specific properties\nspring.datasource.url=jdbc:mysql://localhost:3306/database\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\nspring.datasource.username=username\nspring.datasource.password=password\n\n\n\n#ORM s/w specific properties\nspring.jpa.hibernate.ddl-auto=update\nspring.jpa.show-sql=true\n\nspring.mvc.throw-exception-if-no-handler-found=true\nspring.web.resources.add-mappings=false\n\nspring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER\n\n```\n### Swagger UI - Link\nhttp://localhost:8080/swagger-ui/index.html\nUse this link to run it on browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeepsingroul%2Fdmartready","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeepsingroul%2Fdmartready","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeepsingroul%2Fdmartready/lists"}