Skip to content

geekbim/Go-Rest-DDD-V2

Repository files navigation

Go Rest DDD V2

Run App With Docker

    git clone [email protected]:geekbim/Go-Rest-DDD-V2.git
    cd Go-Rest-DDD-V2
    docker-compose up

Run App Without Docker

    git clone [email protected]:geekbim/Go-Rest-DDD-V2.git
    cd Go-Rest-DDD-V2
    cp .env.example .env
    go mod tidy
    sh run-service.sh

Run Migration

    sh run-migration.sh

Generate Mock

    mockery --all --case underscore

Run Test

    sh run-test.sh

Demo Account

    SELLER : 
    - email: [email protected]
    - password: qweasd123

    BUYER : 
    - email: [email protected]
    - password: qweasd123

Docs Swagger

    http://localhost:8080/docs/index.html

Docs postman

    https://documenter.getpostman.com/view/1850032/Uz5CLJ9Q

About

Go Rest DDD V2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages