Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.17 KB

OBA Approval Workflow App

The OBA Approval Workflow App is a Django web application designed to streamline the approval process of new products in procurement at OBA, a store chain in Azerbaijan.

Note: This application has not been used in production and does not depict the real data of the company.

Features

  • Provides a user-friendly interface for managing product approval workflows.
  • Allows users to create, view, edit, and delete workflows.
  • Enables users to assign approvers to workflows and track approval status.
  • Facilitates communication between stakeholders involved in the approval process.
  • Includes robust authentication and authorization mechanisms to ensure data security.

Usage

To use the OBA Approval Workflow App:

  • Clone this repository to your local machine.
  • Install the necessary dependencies by running pip install -r requirements.txt.
  • Run the server using the command python manage.py runserver.
  • Access the application through your web browser at http://localhost:8000.

Note: Since this application has not been used in production, it is not recommended to use it to manage real data.