# 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
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
...