Categorygithub.com/hcongvan/Note-API
modulepackage
0.0.0-20211203075042-2505ea318aca
Repository: https://github.com/hcongvan/note-api.git
Documentation: pkg.go.dev

# README

Note-API

Requirement

  • Server rabbitmq
    • Config topic: exchange , queue and binding key

    • set ENV file:

        RABBIT_USER=admin
        RABBIT_PASSWD=passwd
        RABBIT_HOST=rabbit-service.abc.com
        RABBIT_PORT=12345
        RABBIT_QUEUE=history_log
        RABBIT_CONSUMERNAME=vanhc_consumer
        RABBIT_EXCHANGE=note
        RABBIT_ROUTINGKEY=note.vanhc
    

Deploy step:

  • Deploy consumer:
        $ cd $PROJ/consumer
        $ go run consumer
    
  • Deploy service note API
        $ cd $PROJ
        $ go run github.com/hcongvan/Note-API
    

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author