# start db infra
$ yarn start:db
# stop db infra
$ yarn stop:db
# clean db infra
$ yarn clean:db
After the running the DB infra, you can access the admin tool at: http://localhost:8081
By default here are the following credentials:
- DB Admin user:
- user: root
- password: rootpassword
- Admin tool basic auth
- user: admin
- password: admin
You can change this configuration by creating a .env
file from the template