Mustodon is a to do list example DDD + CQRS + ES application.
- Install dependencies with your favourite package manager with
npm install
oryarn
. - Download and run containers with
docker-compose up -d
. - Create a file named
.env
in the project root and copy the content of the.env.example
file. You can also customize parameters as you consider.
- You can run the app locally with
yarn start:dev
. - Open
localhost:3000
for api client,localhost:8081
for MongoDB views andlocalhost:2113
for Event Store and useadmin
as user andchangeit
as password.
Mustodon is MIT licensed.