https://github.com/kelsonbatista/project_python_restaurant_orders
Project Restaurant Orders in python
https://github.com/kelsonbatista/project_python_restaurant_orders
algorithms complexity data-structures dictionary python set
Last synced: about 1 year ago
JSON representation
Project Restaurant Orders in python
- Host: GitHub
- URL: https://github.com/kelsonbatista/project_python_restaurant_orders
- Owner: kelsonbatista
- Created: 2022-10-29T12:51:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T12:51:32.000Z (over 3 years ago)
- Last Synced: 2025-02-01T19:29:24.890Z (about 1 year ago)
- Topics: algorithms, complexity, data-structures, dictionary, python, set
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About the project / *Sobre o projeto*
This project is a restaurant ordering system. The system generates reports with information about the orders and customers, as well as having a control of the stock of ingredients to ensure that the menu always offers products that are available in stock. Focus on clean code, good maintainability and readability.
---
*Este projeto é um sistema de pedidos de restaurante. O sistema gera relatórios com informações sobre os pedidos e clientes, assim como possui um controle do estoque de ingredientes para garantir que o cardápio sempre ofereça produtos que estão disponíveis no estoque. Foco no código limpo, boa manutenção e legibilidade*
---
# Skills / *Habilidades*
- Dict and Sets
- Algorithms complexity / *Complexidade de algorítimos*
- Python programming / *Programação em Pyhton*
- Python iterative terminal / *Terminal interativo do Python*
- Conditional and repeating structures / *Estruturas condicionais e de repetição*
- Built-in functions from Pyhton / *Funções embutidas do Python*
- Python functions / *Funções em Python*
---
# Deployment / *Implantação*
Commands:
- run main file under folder ./src with the command: python3 main.py
- *executar o arquivo main no diretório ./src com o comando: python main.py*