An open API service indexing awesome lists of open source software.

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

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*