{"id":19947032,"url":"https://github.com/alekrish-12/inventory-management-system","last_synced_at":"2025-10-04T15:02:47.143Z","repository":{"id":244713623,"uuid":"815993100","full_name":"Alekrish-12/inventory-management-system","owner":"Alekrish-12","description":"WINAIM -Backend Database-Assignment The Inventory Management System is a comprehensive software solution designed to efficiently track and manage inventory for businesses of various sizes and industries. The system encompasses both backend database management and frontend user interface components.","archived":false,"fork":false,"pushed_at":"2024-06-16T22:37:44.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T15:02:39.900Z","etag":null,"topics":["api","backend-api","front-end","gitbash","github-config","html","javascript","json","server-side","sql"],"latest_commit_sha":null,"homepage":"https://github.com/Alekrish-12/inventory-management-system","language":"JavaScript","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/Alekrish-12.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":"2024-06-16T18:53:32.000Z","updated_at":"2024-06-16T22:37:47.000Z","dependencies_parsed_at":"2024-06-16T23:49:11.536Z","dependency_job_id":null,"html_url":"https://github.com/Alekrish-12/inventory-management-system","commit_stats":null,"previous_names":["alekrish-12/inventory-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Alekrish-12/inventory-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alekrish-12%2Finventory-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alekrish-12%2Finventory-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alekrish-12%2Finventory-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alekrish-12%2Finventory-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Alekrish-12","download_url":"https://codeload.github.com/Alekrish-12/inventory-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Alekrish-12%2Finventory-management-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278328166,"owners_count":25968901,"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-10-04T02:00:05.491Z","response_time":63,"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":["api","backend-api","front-end","gitbash","github-config","html","javascript","json","server-side","sql"],"created_at":"2024-11-13T00:34:01.919Z","updated_at":"2025-10-04T15:02:47.097Z","avatar_url":"https://github.com/Alekrish-12.png","language":"JavaScript","readme":"# WINAIM-Backend Database ASSIGNMENT : inventory-management-system\nCreating a `README.md` file for an inventory management system assignment involves providing clear instructions, descriptions, and documentation to help users understand how to set up, use, and contribute to the project. Below is a basic template for your `README.md` file:\n\n---\n\n# Inventory Management System\n\nThis project is an inventory management system designed to track products, suppliers, warehouses, and stock levels. It includes a backend API developed with Node.js, Express, and MongoDB, along with a frontend interface built using React.js.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Backend Setup](#backend-setup)\n- [Frontend Setup](#frontend-setup)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- **Products Management**:\n  - Add, edit, delete, and view products.\n- **Stock Management**:\n  - Track stock levels across different warehouses.\n- **Supplier Management**:\n  - Manage information about suppliers.\n- **Warehouse Management**:\n  - Store details about different warehouses.\n- **Reporting**:\n  - Generate reports on stock levels, low inventory alerts.\n- **Integration**:\n  - Barcode scanning for quick updates (to be implemented).\n\n## Technologies Used\n\n- **Backend**:\n  - Node.js\n  - Express\n  - MongoDB (with Mongoose)\n- **Frontend**:\n  - React.js\n  - Axios (for API calls)\n- **Other Tools**:\n  - Git \u0026 GitHub (for version control)\n  - Postman (for testing APIs)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\nMake sure you have Node.js and MongoDB installed on your local machine.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone [https://github.com//inventory-management-system](https://github.com/Alekrish-12/inventory-management-system).git\n   ```\n2. Navigate into the project directory:\n   ```bash\n   cd inventory-management-system\n   ```\n3. Install dependencies for the backend and frontend:\n   ```bash\n   cd backend     # Navigate to backend directory\n   npm install    # Install backend dependencies\n   cd ../frontend # Navigate to frontend directory\n   npm install    # Install frontend dependencies\n\n\n## Backend Setup\n\n1. Ensure MongoDB is running on your local machine.\n2. Configure MongoDB connection in `backend/server.js`.\n3. Start the backend server:\n   ```bash\n   cd backend\n   node server.js\n   ```\n\nThe backend server should now be running on `http://localhost:5000`.\n\n\n\n## Frontend Setup\n\n1. Start the frontend development server:\n   ```bash\n   cd frontend\n   npm start\n   ```\n\nThe frontend should open automatically in your default browser at `http://localhost:3000`.\n\n\n\n## Usage\n\n- Use the frontend interface (`http://localhost:3000`) to interact with the inventory management system.\n- Perform CRUD operations on products, manage stock levels, view reports, etc.\n\n## Contributing\n\nContributions are welcome! Here's how you can contribute:\n- Fork the repository\n- Create a new branch (`git checkout -b feature`)\n- Make your changes\n- Commit your changes (`git commit -am 'Add new feature'`)\n- Push to the branch (`git push origin feature`)\n- Create a new Pull Request\n\n![Screenshot (98)](https://github.com/Alekrish-12/inventory-management-system/assets/170092296/20bb616e-489f-4ff8-8bce-3f104dbc8085)\n\n\n\n![Screenshot (97)](https://github.com/Alekrish-12/inventory-management-system/assets/170092296/076e2538-9174-4cef-92c6-7485bf371bea)\n\n\n![Uploading Screenshot (96).png…]()\n\n\n![image](https://github.com/Alekrish-12/inventory-management-system/assets/170092296/64f667bc-a4d3-4af5-8fbd-65584dc94c2e)\n\n\n![Screenshot (84)](https://github.com/Alekrish-12/inventory-management-system/assets/170092296/28168416-9240-45ae-9376-d1e14c672789)\n\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekrish-12%2Finventory-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falekrish-12%2Finventory-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falekrish-12%2Finventory-management-system/lists"}