Code Monkey home page Code Monkey logo

fipe's Introduction

bank

use this examples on your .env file

DB_ENGINE=djongo
DB_NAME=bank-db
DB_USER=root
DB_PASS=example
DB_HOST=bank-db
DB_PORT=27017
TRANSACTION_HOST=bank-api:8000
BROKER_HOST=rabbitmq
BROKER_USER=guest
BROKER_PASS=guest
BROKER_PORT=5672
QUEUE=events_queue
ROUTING_KEY=events
CELERY_BROKER_URL=amqp://rabbitmq:5672
SECRET_KEY=django-insecure-aph)+&tb0vh$c+hq9kvlo&)@7ax_!)4i*0w)^ssof0k6jdu&cp

Up all container using docker compose

make up-all

Up all container using docker compose

make logs

Cash out Queue

Queue chash_out in virtual host dev

Cash in Queue

Queue chash_in in virtual host dev

Queue payload example

Headers: payload_encoding=string
Properties: content-type=application/json
{"headers": {"Authorization": "Bearer JWT TOKEN"}, "body": {"user": "Patreze", "account": "1234-3", "value": "10000.0", "currency": "BRL"}}

fipe's People

Watchers

 avatar

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.