Inventory management system

Used technologies

  • Python 3.10
  • Django
  • Django Rest Framework

Run Project

Clone Project

git clone https://github.com/codewithrafiq/Inventory-management-system.git

Change Directory

cd Inventory-management-system/

Create Virtual Environment

python3 -m venv venv

Activate Virtual Environment

source venv/bin/activate

Install Requerments

pip install -r requirements.txt

Run server

python manage.py runserver

Project running on 'http://0.0.0.0:8000'

Go admin panel

Log in with an existing user

username = admin
password = admin1234

Create a new Superuser

python manage.py createsuperuser

Demo Video of Working Project

- Demo video: Drive Link