Skip to content
/ memo Public

A CQRS+ES study project written in Go to manage reminders

Notifications You must be signed in to change notification settings

matiux/memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo

A CQRS+ES study project written in Go to manage reminders

Setup

go mod tidy

Test

cp .env .env.local and set your DSN

cp docker/docker-compose.override.dist.yml docker/docker-compose.override.yml and set your DB port

make upd
make prepare-db
go test -v ./...

About

A CQRS+ES study project written in Go to manage reminders

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages