The Online Inventory System is a Python-based application that helps companies keep track of their equipment and manage their inventory efficiently.
- 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.
- 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
- Login with the test account as a user with the following credentials:
login as: user
username: test
password: test
-
Navigate through the user-friendly interface to manage equipment, search for items, generate reports, and perform other actions.
-
Explore the different features and functionalities of the system to effectively manage your inventory.
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.
This project is licensed under the MIT License. You are free to use, modify, and distribute the code.