julianaklulo / supreme-spoon

[Olist Tech Start] Console application for CRUD operations for products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD operations for Products

This project is a simple Python application with CRUD operations for managing products.

Each product has:

  • ID (int, auto generated)
  • name (string)
  • description (string)
  • price (float)

Instructions

Choose the operation from the menu by typing a valid option:

Operation Option Input
Create Product 1 name, description and price
List all Products 2 -
Read Product 3 product ID
Update Product 4 product ID, then new name, description and price
Delete Product 5 product ID, then Y to confirm deletion
Exit 0 -

About

[Olist Tech Start] Console application for CRUD operations for products


Languages

Language:Python 100.0%