larasous / Product-Inventory-Management

Product inventory management system. O system allows you to perform the following operations: register, list, search, update and remove products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license

Product-Inventory-Management

O system allows you to perform the following operations: register, list, search, update and remove products.

Goals

  1. Use the knowledge covered in composite structures: lists, dictionaries and tuples.
  2. Organization of code into functions.

πŸ‘‰ Prerequisites

Before starting, you will need to have the following tools installed on your machine: Git, Python.

Besides, it's nice to have an editor to work with code like VSCode, or it could be the IDE Pycharm.

🎲 Running the Back End (server)

# Clone this repository
$ git clone <https://github.com/larasous/Product-Inventory-Management>

# Access the project folder in the terminal/cmd
$ cd Product-Inventory-Management

# For those with VSCode (Linux/Ubuntu)
$ code estoque.py

πŸ›  Technologies

The following tools were used to build the code:

πŸ‘‰ Features

  • Products Registration
  • Products Listing
  • Products Search
  • Products Update
  • Removal of Products

Lara Sousa

Feito com ❀️ por Lara Sousa. Entre em contato!

Linkedin Badge Gmail Badge

About

Product inventory management system. O system allows you to perform the following operations: register, list, search, update and remove products.

License:MIT License


Languages

Language:Python 100.0%