Skip to content

aofiee/barroth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Quality Gate Status Coverage Lines of Code Maintainability Rating Reliability Rating Security Rating Vulnerabilities Technical Debt Code Smells Duplicated Lines (%)

Setup

  1. docker-compose up --build
  2. docker-compose up -d
  3. docker-compose logs -t --follow
  4. go test ./...

    or

  5. go test -coverprofile cover.out ./... && go tool cover -html=cover.out -o cover.html

Database

PHPMyAdmin http://localhost:8080/ mariadb port 3308

Redis

port 6379 password = password

RabbitMq

port 5672 http://localhost:15672/ user = guest , password = guest

Mockery

go get github.com/vektra/mockery/.../ mockery -all -recursive -dir=./domains

./node_modules/.bin/eslint --init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published