Skip to content

Create an inventory system for a consulting firm's I.T. department to track computer equipment across multiple offices in Cameroon. It enables efficient management of computers, monitors, printers, and other devices, ensuring optimal utilization and smooth operations.

License

Notifications You must be signed in to change notification settings

Awambeng/online-inventory-system

Repository files navigation

online-inventory-system

The Online Inventory System is a Python-based application that helps companies keep track of their equipment and manage their inventory efficiently.

Features

  • User Authentication: The system allows users to register, login, and manage their accounts securely.
  • Equipment Management: Users can add, update, and delete equipment from the inventory.
  • Search and Filtering: The system provides search and filtering capabilities to easily find specific equipment based on their names.

Installation

  • step1: Clone the repository.
[email protected]:Awambeng/online-inventory-system.git
  • Step2: Navigate to the project directory.
cd online-inventory-system
  • Step3: Create and activate a virtual environment (optional but recommended):
Python3 -m venv venv
source venv/bin/activate
  • Step4: Install the required dependencies.
pip install -r requirements.txt
  • Step5: Start the Application.
Python3 app.py

Usage

  1. Login with the test account as a user with the following credentials:
login as: user
username: test
password: test
  1. Navigate through the user-friendly interface to manage equipment, search for items, generate reports, and perform other actions.

  2. Explore the different features and functionalities of the system to effectively manage your inventory.

Contributing

Contributions to the Online Inventory System are always welcome! If you have any ideas, bug fixes, or enhancements, please submit a pull request with a detailed explanation of the changes.

Please ensure that you follow the project's code of conduct and guidelines for contributing.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute the code.

About

Create an inventory system for a consulting firm's I.T. department to track computer equipment across multiple offices in Cameroon. It enables efficient management of computers, monitors, printers, and other devices, ensuring optimal utilization and smooth operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages