Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 399 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 399 Bytes

Gilgamesh

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

Running the app

  • Build: cargo build
  • Test: cargo test
  • Run: docker-compose-up
  • Integration test: yarn install (once) and then yarn integration:local(dev/staging/prod)