ks982579 / rust-quiz-web-app

A Rust full-stack quiz web application.
MIT License
0 stars 0 forks source link

Enable app logging backend #9

Closed ks982579 closed 6 months ago

ks982579 commented 6 months ago

Application now logs in wonderful JSON format. Application also now reads from configuration files to determine how to host the application. And application start-up logic has been moved into separate file. As such, several new crates were added by Cargo and the backend Dockerfile.dev also received a minor update. It also splits building the Cargo.toml file from building the application allowing for a full rebuild of the docker container to only occur when new crates are added.