Table of Contents
Introducing an Inventory Management System (IMS) for FMCG, utilizing React, Python Flask, and MongoDB. It offers stock control, workforce planning, and production tracking to enhance efficiency. The system adapts to different FMCG sub-sectors' requirements, ensuring quality across operations. Simplify your inventory management with this versatile solution.
This project is developed for the submission for Minor Project at Guru Nanak Dev Engineering College for the year 2024 by Group 22.
- Dilraj Singh - Roll Number: 2104092
- Ekuspreet Singh - Roll Number: 2104097
- Harsimran Singh - Roll Number: 2104117
- Node.js and npm should be installed. If not, download and install from here.
- Verify if Node.js and npm are installed by running:
node -v npm -v
- Python should be installed. If not, download and install from here.
- Open a terminal.
- Navigate to the client directory:
cd client cd ims-client
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open another terminal window or tab.
- Navigate to the server directory:
cd server
- Create a virtual environment (optional but recommended):
python -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install Python dependencies:
pip install -r requirements.txt
- Start the Flask server:
flask run --debug
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Ekuspreet Singh - [email protected]
- Dilraj Singh - [email protected]
- Harsimran Singh - [email protected]