Skip to content

drunkoders/cards

Repository files navigation

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