{"id":26981112,"url":"https://github.com/sanjayengineer121/grocery-management","last_synced_at":"2025-04-03T15:32:55.092Z","repository":{"id":214234771,"uuid":"736026054","full_name":"sanjayengineer121/Grocery-management","owner":"sanjayengineer121","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-10T05:43:23.000Z","size":2581,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-10T06:52:05.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sanjayengineer121.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,"roadmap":null,"authors":null}},"created_at":"2023-12-26T19:13:27.000Z","updated_at":"2023-12-26T19:24:40.000Z","dependencies_parsed_at":"2024-01-02T09:01:18.871Z","dependency_job_id":null,"html_url":"https://github.com/sanjayengineer121/Grocery-management","commit_stats":null,"previous_names":["sanjayengineer121/grocery-management"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjayengineer121%2FGrocery-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjayengineer121%2FGrocery-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjayengineer121%2FGrocery-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjayengineer121%2FGrocery-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanjayengineer121","download_url":"https://codeload.github.com/sanjayengineer121/Grocery-management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247028224,"owners_count":20871664,"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":[],"created_at":"2025-04-03T15:32:44.221Z","updated_at":"2025-04-03T15:32:55.082Z","avatar_url":"https://github.com/sanjayengineer121.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grocery management\n\n#----------------------------------------------------------------------------How to Run this code\n\n- Step 1\n\n  Click the github link to download code\u003cbr\u003e\n  https://github.com/sanjayengineer121/Grocery-management\n\n  if You are using linux then \u003cbr\u003e\n\n  copy this line \u003cbr\u003e\n\n  git clone https://github.com/sanjayengineer121/Grocery-management\n\n- step 2\n\n  unzip that zip file and go to that pholder \u003cbr\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.postimg.cc/7hzvBh4Z/27-12-2023-10-13-53-REC.png\"\u003e\n\n- step 3\n\n  run command promt from that pholder or Go to same directry from CMD prompt where program located\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.postimg.cc/rwG91rdw/27-12-2023-10-24-03-REC.png\"\u003e\n\n- step 4\n\n  paste below command in windows cmd\n\n  \u003cb\u003epip install -r requirements.txt \u003c/b\u003e\n\n  it download allrequired module for run this code\n\n  - make sure \u003ca href=\"https://www.python.org/\" target=\"_blank\" class=\"button-link\"\u003ePython 3\u003c/a\u003e\nPython 3 already should installed on your system\n\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.postimg.cc/3RPsycfq/27-12-2023-10-29-07-REC.png\"\u003e\n\n- ste 5\n  Type below command \u003cbr\u003e\n   ## python inventry.py\n  \u003cbr\u003e\n  \u003cimg src=\"https://i.postimg.cc/Zng3rrz0/27-12-2023-10-37-04-REC.png\"\u003e\n\n- step 6\n\n  ##Go to projectt url \u003cbr\u003e\n  http://127.0.0.1:5000/\n\n  \u003cimg src=\"https://i.postimg.cc/nh8s1FgR/27-12-2023-10-07-54-REC.png\"\u003e\n  \u003cbr\u003e\n  ## dashboad ui have\n  -- total product list\n  -- total quantity\n  -- last added product\n  \u003cbr\u003e \n  ## add product ui\n  \u003cimg src=\"https://i.postimg.cc/KcwDPX29/27-12-2023-10-08-38-REC.png\"\u003e\n\n  ## product list\n\n  \u003cimg src=\"https://i.postimg.cc/9XZrns9g/27-12-2023-10-08-24-REC.png\"\u003e\n\n- note\n\nthis project can add more functionality and rich ui as well\n  \n\n# REST API HTTP Methods and Their Usage\n\nREST APIs enable the development of various web applications, supporting all CRUD (Create, Retrieve, Update, Delete) operations. Adhering to REST guidelines involves using specific HTTP methods for different server calls. The following information helps determine the suitable HTTP method for API actions.\n\n## Table of Contents\n\n- [HTTP GET](#1-http-get)\n- [HTTP POST](#2-http-post)\n- [HTTP PUT](#3-http-put)\n- [HTTP DELETE](#4-http-delete)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjayengineer121%2Fgrocery-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjayengineer121%2Fgrocery-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjayengineer121%2Fgrocery-management/lists"}