{"id":26578855,"url":"https://github.com/watson-clara/inventoryapppublic","last_synced_at":"2026-04-11T03:33:57.801Z","repository":{"id":281262855,"uuid":"874895192","full_name":"watson-clara/InventoryAppPublic","owner":"watson-clara","description":"A full-stack inventory management system using Flask, React, and PostgreSQL. Features user authentication, real-time inventory tracking, reporting, and database management with SQLAlchemy. Docker-ready for deployment. Secure, efficient, and scalable.","archived":false,"fork":false,"pushed_at":"2025-03-07T22:09:26.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T16:53:26.704Z","etag":null,"topics":["docker","flask","inventory-management","postgresql","python","react","sqlalchemy"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/watson-clara.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-10-18T16:55:11.000Z","updated_at":"2025-03-13T18:48:18.000Z","dependencies_parsed_at":"2025-03-07T23:19:51.155Z","dependency_job_id":"d40e130f-e1c9-4593-8a6b-ec45ef4c318c","html_url":"https://github.com/watson-clara/InventoryAppPublic","commit_stats":null,"previous_names":["watson-clara/inventoryapppublic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/watson-clara/InventoryAppPublic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson-clara%2FInventoryAppPublic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson-clara%2FInventoryAppPublic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson-clara%2FInventoryAppPublic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson-clara%2FInventoryAppPublic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watson-clara","download_url":"https://codeload.github.com/watson-clara/InventoryAppPublic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson-clara%2FInventoryAppPublic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31668049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["docker","flask","inventory-management","postgresql","python","react","sqlalchemy"],"created_at":"2025-03-23T05:17:24.402Z","updated_at":"2026-04-11T03:33:57.729Z","avatar_url":"https://github.com/watson-clara.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management Web Application\n\nA full-stack inventory management system designed to streamline inventory tracking and management processes.\n\n## Features\n\n- **User Authentication**: Secure login system with role-based access control.\n- **Inventory Tracking**: Add, update, and delete inventory items with real-time data synchronization.\n- **Reporting**: Generate reports on inventory levels, sales, and other key metrics.\n\n## Technologies Used\n\n- **Backend**: Flask (Python)\n- **Frontend**: React (JavaScript)\n- **Database**: PostgreSQL\n- **ORM**: SQLAlchemy\n- **Deployment**: Docker\n\n## Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/watson-clara/InventoryAppPublic.git\ncd InventoryAppPublic\n```\n\n### 2. Set up the backend\n\n- Navigate to the `backend` directory:\n\n  ```bash\n  cd backend\n  ```\n\n- Create a virtual environment and activate it:\n\n  ```bash\n  python3 -m venv env\n  source env/bin/activate  # On Windows use `env\\Scripts\\activate`\n  ```\n\n- Install the required packages:\n\n  ```bash\n  pip install -r requirements.txt\n  ```\n\n- Set up the PostgreSQL database:\n\n  ```bash\n  psql -U your_username -d inventory_db -f schema.sql\n  ```\n\n  Ensure that `SQLALCHEMY_DATABASE_URI` in `config.py` is correctly set:\n\n  ```python\n  SQLALCHEMY_DATABASE_URI = 'postgresql://your_username:your_password@localhost:5432/inventory_db'\n  ```\n\n- Apply database migrations:\n\n  ```bash\n  flask db init\n  flask db migrate\n  flask db upgrade\n  ```\n\n- Run the backend server:\n\n  ```bash\n  flask run\n  ```\n\n### 3. Set up the frontend\n\n- Navigate to the `frontend` directory:\n\n  ```bash\n  cd ../frontend\n  ```\n\n- Install the dependencies:\n\n  ```bash\n  npm install\n  ```\n\n- Start the frontend development server:\n\n  ```bash\n  npm start\n  ```\n\n## Usage\n\nOnce both the backend and frontend servers are running, you can access the application by navigating to `http://localhost:3000` in your web browser.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson-clara%2Finventoryapppublic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatson-clara%2Finventoryapppublic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson-clara%2Finventoryapppublic/lists"}