pub fn build(testing: bool) -> Rocket<Build>
Entry point for constructing a Local Rocket and use it for either testing or not. When testing is TRUE a mock DB is injected otherwise it’s the real McKoy.
testing