16 lines
646 B
Markdown
16 lines
646 B
Markdown
> *NOTE*, this project uses [`just`](https://just.systems/man/en/) as a task runner, and `docker compose` in order to spin up a `neo4j` database.
|
|
|
|
Once you make sure you have just install you can run:
|
|
|
|
```
|
|
$ just build
|
|
$ just migrate
|
|
$ just run
|
|
```
|
|
|
|
Beware that `migrate` might fail the first time, because `neo4j` takes longer to start during it's first execution.
|
|
|
|
If you want to verify the functionality, you could try and opening the postman collection `Grillo Rails Test.postman_collection.json`, which contains collection variables to parametrize the actual endpoint for the rails api.
|
|
|
|
[Here is a demo video](https://youtu.be/G4j8IrI8noQ)
|