Skip to content

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

Notifications You must be signed in to change notification settings

kevinjosephh/Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published