Skip to content

boraarslan/mapper-influence

Repository files navigation

mapper-influence

Api docs

Contributing

How to run locally

  1. Install the dependencies above
  2. Clone the repo
  3. Start Docker then run just docker-compose-up
  4. Start the server with just host

How to run tests

  1. Install SQLx CLI (https://crates.io/crates/sqlx-cli)
  2. Start Docker then run just docker-compose-up
  3. Run the tests with just test-all