Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 871 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 871 Bytes

Cards project

Build status Coverage Status

@cardz/server

Read about it here

Infrastructure

# 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

Credentials

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