Rust rest api template developed with axum, tokio async runtime and mongodb.
Some environment variables must be set to run with different configurations otherwise default values will be used.
- APP_HOST, Default=127.0.0.1
- APP_PORT, Default=8000
- MONGO_CONNECTION_STRING, Default=mongodb://localhost:27017
- DEFAULT_DB, Default=ea_management