simple product management system

features

  • Authentication methods
  • user creation and delition
  • product create, update, retrive , delete
  • only authenticated user can update,edit and delete the product

    install

    git clone git@github.com:kushalsubedi/product-managent-system.git
    
    pip install -r requirements.txt 
    python manage.py runserver 
    

    logged in image

    logout image