/VEMAS

Primary LanguagePythonMIT LicenseMIT

VEMAS

VEndor MAnagement System

Django Rest Framework based Vendor Management System with Performance Metrics

Installation

  1. Clone the repository
git clone https://www.github.com/jiisanda/vemas.git
  1. Create a virtual environment
python3 -m venv venv

activate the virtual environment

source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Setup environment variables

Sample .env file named .env.example is provided in the repository. Rename the file to .env.

  1. Run migrations and migrate
python manage.py makemigrations
python manage.py migrate
  1. Runserver
python manage.py runserver
  1. Import the postman collection to test the API

Download the postman collection from docs/VEMAS.postman_collection.json).

Problem Statement

Refer to the Problem Statement for more details.

API Documentation

Refer to the API Documentation for more details.