Skip to content

S-YED/GECR-STORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@S-YED

GECR Store (Inventory Management System)

Image Space

How to Use GECR Store Management System

Pre-Requisites:

  1. Operating System: Windows 7/8/10/11
  2. Disk Space: Minimum 70 GB of HDD space
  3. XAMPP Installation: Download the appropriate version of XAMPP from https://apache.org/downloads/ for your system (64/32 bit).
  4. Python Installation: Download the appropriate version of Python from https://python.org/downloads/ for your system (64/32 bit).
  5. Code Editor: Recommended for easier development and customization.

Extraction of Folder:

  1. Unzip the ZIP file:
    • After unzipping, you'll find a folder named "Super Final".
    • Navigate into the "Super Final" folder.
    • Navigate into the "gecr store" folder.

Setting Up Environment:

  1. Create Virtual Environment:
    • Open Command Prompt (CMD) within the "Super Final" directory.

    • Execute the following commands:

      virtualenv Environment-Name Environment-Name\Scripts\activate cd gecr store pip install -r requiremnts.txt

Starting Servers:

  1. Open XAMPP:
    • Launch XAMPP application.
  2. Start Servers:
    • Start both Apache and MySQL servers.

Running the Project:

  1. Execute Python Script:

    • In the Command Prompt within the "Super Final" directory, execute the following command:

      python main.py

  2. Access the Project:

    • Open your web browser and navigate to the localhost URL generated by the Python script.
    • The project will be accessible and ready to use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published