git clone https://github.com/vaibhav25garg/VMS_Project.git
cd VMS_Project
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
The Vendor Management System (VMS) is a web-based platform designed to streamline the management of vendors and purchase orders within an organization. The system allows vendors to register and securely store purchase order data, while buyers can generate and manage purchase orders for specific vendors.
Python
git clone https://github.com/vaibhav25garg/VMS_Project.git
cd VMS_Project
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver