Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 400 Bytes

Build Status

Sentence-aligner

Sentence aligner api

Start the project

vagrant up

and then vagrant ssh

once in the terminal you can compile/run the project with

cargo run

Tests

cargo test to run the tests (the server must be up and running)