Moooooonitoring the cow.txt herd.
Please see https://moooo.farm/api for the list of all endpoints.
-
Make sure that you have
rustupinstalled and you are using the Rust toolchain viarustup. It should automatically pick up on the fact that you need thenightlytoolchain when runningcargoin the context of this project in the next steps. -
Enter the backend directory:
$ cd moooodotfarm-backend -
Run the application locally:
$ make local -
Open your browser and navigate to http://localhost:8080 to see the application running.
-
The same checks (tests, linter) that are executed to validate your pull request can be locally run with:
$ make ci