Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. install direnv
    brew install direnv
  1. configure direnv
    mkdir -p ~/.config/direnv
    touch ~/.config/direnv/config.toml
    echo "[whitelist]" >> ~/.config/direnv/config.toml
    echo "prefix = []" >> ~/.config/direnv/config.toml
    echo 'eval "$(direnv hook bash)"' >> ~/.zshrc
  1. run direnv allow in the project root
    direnv allow .

Create database

    mkdir db
    touch db/database.sqlite
    
    ./scripts/create_database_to.sh

About

workshop: How to implement haxagonal architecture in Go

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages