Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 683 Bytes

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