Skip to content

zaydkassimi/stock-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Management System

A Django-based stock management system that allows you to manage products, clients, and suppliers.

Features

  • Secure login system
  • Product management (Add, Edit, Delete, View)
  • Client management (Add, Edit, Delete, View)
  • Supplier management (Add, Edit, Delete, View)
  • Stock tracking
  • Modern and responsive UI

Setup Instructions

  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • Windows:
venv\Scripts\activate
  • Linux/Mac:
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run migrations:
python manage.py migrate
  1. Create a superuser (admin):
python manage.py createsuperuser

Use these credentials:

  • Username: admin
  • Password: admin
  1. Run the development server:
python manage.py runserver
  1. Access the application at http://127.0.0.1:8000

Default Login Credentials

  • Username: admin
  • Password: admin

About

A Django-based inventory management system for tracking products, clients, suppliers, and business transactions. Features include real-time stock tracking, sales analytics, user authentication, and a responsive dashboard. Perfect for small to medium businesses needing comprehensive inventory control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors