More information will come....
How to work with the project:
- Docker:
make run
to run the applicationmake test
to test the applicationmake build
to build the application
- Cargo:
cargo run
to run the applicationcargo test
to test the applicationcargo build
to build the application