DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 15e0c284d3e52072f0cecff794bbb542fa38b81e deck-builder/api/README.md -rw-r--r-- 420 bytes
15e0c284Jonni Liljamo docs(api): script documentation 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
# API for laurelin

Use the `RUST_LOG` environment variable to configure logging level.
Defaults to `RUST_LOG=info` in the default docker-compose.yaml.

## Scripts
`scripts/dev-start-db.sh` can be used to manage a PostgreSQL database in a
development environment. Uses `docker-compose.dev.yaml` to set it up.

`scripts/dev-migr.sh` can be used to run migration in the development
database that the other script sets up.