Develop a Vendor Management System using Django and Django REST Framework. This system will handle vendor profiles, track purchase orders, and calculate vendor performance metrics
- Python (version 3.10.8)
- Django (version 4.2.7)
bash:
git clone https://github.com/Anshikk/Vendor_M.git
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Purchase Order API: /purchase-order/
Historical Performance API: /vendor/historical_performance
'/gettoken/' #provide username and password in json eg. { "username":"anshika","password":"kushwaha" }
Run the test suite:
python manage.py test