Skip to content

Reports generator about orders and clients of a snack bar and inventory control to ensure the digital menu always offers avaliable products avoiding customers insatisfaction.

Notifications You must be signed in to change notification settings

queite/restaurant-orders

Repository files navigation

RESTAURANT ORDERS 🥞

📓 Sobre | About

PT
  • Geração de relatórios com informações sobre pedidos e clientes que frequentam uma lanchonete.
  • Controle do estoque de ingredientes para garantir que o cardápio digital sempre ofereça produtos que estão disponíveis, evitando frustrações por parte das clientes.

Habilidades:

  • Trabalhar com Hashmap e Dict
  • Trabalhar com Set

EN
  • Reports generator about orders and clients of a snack bar.
  • Inventory control to ensure the digital menu always offers avaliable products avoiding customers insatisfaction.

Skills:

  • Work with Hashmap e Dict
  • Work with Set


⚒️ Como rodar a aplicação | How to run the application

PT

Faça Download:

git clone git@github.com:queite/restaurant-orders.git

Entre na pasta raiz:

cd restaurant-orders

Crie um ambiente virtual:

python3 -m venv .venv

Ative o ambiente virtual:

source .venv/bin/activate

Instale as dependências:

python3 -m pip install -r dev-requirements.txt

Digite no terminal:

python3 src/main.py
EN

Download the code:

git clone git@github.com:queite/restaurant-orders.git

Enter the root folder:

cd restaurant-orders

Create a virtual environment:

python3 -m venv .venv

Activate the virtual environment:

source .venv/bin/activate

Install dependencies:

python3 -m pip install -r dev-requirements.txt

Digit on the terminal:

python3 src/main.py


PT
Projeto desenvolvido durante o módulo de ciências da computação na Trybe.
Todos os projetos da Trybe usam linters, Git and GitHub.

EN
Project developed in the Computer Science Module at the Trybe course.
All Trybe projects use linters, Git and GitHub.

About

Reports generator about orders and clients of a snack bar and inventory control to ensure the digital menu always offers avaliable products avoiding customers insatisfaction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages