Loredana Crusoveanu 553234b8e8 Update README.md
2023-06-16 20:40:51 +03:00

14 lines
201 B
Markdown

### Relevant Articles:
- [A Guide to Neo4J with Java](https://www.baeldung.com/java-neo4j)
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```