Go to file
2021-03-09 14:11:29 +11:00
src Set up get messages endpoint 2021-03-09 14:11:29 +11:00
.gitignore Implement DB connection pooling 2021-03-09 10:28:53 +11:00
Cargo.lock Implement DB connection pooling 2021-03-09 10:28:53 +11:00
Cargo.toml Implement DB connection pooling 2021-03-09 10:28:53 +11:00
README.md Initial commit 2021-03-05 15:13:31 +11:00

To build and run the project, do:

cargo build cargo run

To run tests:

cargo test