Adalab / bda-modulo-1-evaluacion-final-DiveraArt

bda-modulo-1-evaluacion-final-DiveraArt created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crazy Clothes Shop

The customer wants an online store to sell his products.

Getting Started πŸš€

Due to the early birth of the project, for the moment it will only be necessary to execute it in the cells where the Jupyter Notebook methods have been instantiated.

Prerequisites πŸ“‹

No prerequisites

Installing πŸ”§

  1. You must download the VS Code application if you do not already have it. Simply run the installer once you have it.

You can download it from here: (https://code.visualstudio.com/download)

  1. Be sure to install the Phyton extension from the VS Code library.

Running the tests βš™οΈ

You only need to execute the cells. You will find one with all instances and method calls in the second cell after the code.

You will see that there are already results displayed, but you can always delete them and start them again to see for yourself.

Built With πŸ› οΈ

  • Phyton

Authors βœ’οΈ

List of methods πŸ“„

  • 1. add_product: This method adds a product to the inventory or updates its quantity if it already exists.

  • 2. view_stock: Displays the inventory of products with their details.

  • 3. search_product: Searches for a product in the inventory by name and displays its details if found.

  • 4. update_stock: Updates the stock of a product in inventory.

  • 5. delete_product: Removes a product from inventory.

  • 6. total_stock_value: Calculates and displays the total value of the inventory.

  • 7. make_order: Allows a customer to make a purchase by selecting products from inventory.

  • 8. process_payment: Processes the payment of a purchase, calculates the change and displays a confirmation message.

  • 9. add_client: Add a new customer to the customer record.

  • 10. see_clients: Displays the list of registered customers with their names and e-mail..

  • 11. register_order: Records a purchase for a customer, updates sales totals and adds the purchase to the customer's history.

  • 12. view_client_purchases: Displays a customer's purchase history.

  • 13. calculate_total_sales: Displays the total sales of the store.

Special thanks 🎁

I thank not only the client for trusting me, but also my teachers Cesar and Carla, for giving me all the help and knowledge to carry it out.

About

bda-modulo-1-evaluacion-final-DiveraArt created by GitHub Classroom


Languages

Language:Jupyter Notebook 100.0%