GithubHelp home page GithubHelp logo

phase2-tc's Introduction

Tech-Challenge - Delivery System

Sobre o Projeto

Sistema de autoatendimento de fast food que permite ao cliente selecionar e fazer seus pedidos sem precisar interagir com um atendente, com seguintes funcionalidades:

Gerenciar Clientes

Cliente ao iniciar um pedido pode se cadastrar com nome, e-mail e cpf ou não se identificar

Gerenciar Produtos

Os produtos podem ser cadastrados com nome, categoria, preço, descrição e imagens

As categorias dos pedidos são:

  • Lanche
  • Acompanhamento
  • Bebida
  • Sobremessa

Pagamento

Integração com gateway de pagamento

Acompanhar Pedido

Ao confirmar pagamento, o pedido é enviado para preparo. O cliente pode acompanhar o progresso do seu pedido com as seguintes etapas:

  • Recebido
  • Em preparação
  • Pronto
  • Finalizado

Tecnologias

  • Node
  • TypeScript
  • Express
  • MySQL
  • Docker
  • Kubernetes

Domain Driven Design

https://miro.com/app/board/uXjVMKvnUGA=/?share_link_id=537199265716 Tech Challenge FASE 01 Tech Challenge FASE 01 (1)

Modelagem de Dados

image

Iniciar Aplicação

Deployment dependencies

minikube logo

Installation

https://minikube.sigs.k8s.io/docs/start/ https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/

Documentation

https://minikube.sigs.k8s.io/docs/ https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands

Getting started:

-> minikube start

screenshot

-> Check if minikube started:

  • minikube status

-> Check if there are services running:

  • kubectl get service

-> Deploy the application using minikube cluster:

  • kubectl apply -f k8s

-> Check the status of the pods:

  • kubectl get pod

-> Check the status of the services:

  • kubectl get service

-> Give an external IP to the API Service (Get the api service name from the get service command):

  • minikube service api-service

Documentação de APIs

Após iniciar a aplicação no minikube, acessar o link exibido no terminal e adicionar ao final /api-docs image

image

phase2-tc's People

Contributors

fellipysaldanha avatar gpontes98 avatar fabianorbr avatar carevon avatar eduardopimentaa avatar dvigarista avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

carevon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.