/VMS_Project

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.

Primary LanguagePython

VMS_Project

Clone the repository

git clone https://github.com/vaibhav25garg/VMS_Project.git

Navigate to the project directory

cd VMS_Project

Install dependencies

pip install -r requirements.txt

Run database migrations

python manage.py migrate

Start the development server

python manage.py runserver