Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.15 KB

README.md

File metadata and controls

59 lines (45 loc) · 1.15 KB

Management

Screenshot 2021-10-07 at 09-19-41 Product-Management

Live URL: https://product-sys.herokuapp.com

Description

It is a product management web application.where staff member can update or keep track of all orders and user can check-in on products that were ordered by them

Getting Started

Dependencies

All the required dependencies are mention in requirements.txt file

Installing

--> Clone the repository using the command below :

git clone https://github.com/kevinjosephh/Management.git

--> Move into the directory where we have the project files :

cd Management

--> Create a virtual environment :

  • For Windows
python -m venv .venv
  • For Linux/Mac
python3 -m venv .venv

--> Activate the virtual environment :

source .venv/bin/activate

--> Install the requirements :

pip install -r requirements.txt

Executing program

  • For Windows
python manage.py runserver
  • For Linux/Mac
python3 manage.py runserver

Authors

Kevin Joseph