The Rust power-backend with MongoDB
- Developing: Normal Rustup setup with Cargo
- Local running: Set the env var like this
CONFIG_PATH=configuration/configuration.yaml
- Testing A Mongodb should be available on
localHost:27017
. (You can overwrite it with the env varsMONGODB_HOST
andMONGODB_PORT
)