HTTP service managing users' e2e encrypted message histories.
This project also includes the standard CI/CD:
- Release
- Rust CI
- Terraform CI
- CD
- Intake
- Mocha (NodeJS) based integration tests
- Build:
cargo build - Test:
cargo test - Run:
docker-compose-up - Integration test:
yarn install(once) and thenyarn integration:local(dev/staging/prod)