Categorygithub.com/bastean/codexgo
module
0.1.1
Repository: https://github.com/bastean/codexgo.git
Documentation: pkg.go.dev

# README


Example CRUD project applying Hexagonal Architecture, Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Behavior-Driven Development (BDD), Continuous Integration (CI), and more... in Go


license MIT commitizen friendly release it

ci workflow release workflow github release

Run

Install required

Locally

...

Dev Container

  • HTTPS

    git clone https://github.com/bastean/codexgo.git && cd codexgo && code .
    
  • SSH

    git clone [email protected]:bastean/codexgo.git && cd codexgo && code .
    

Reopen in Container

make dev

Screenshots

...

License