This project was generated using Nx.
🔎 Nx is a set of Extensible Dev Tools for Monorepos.
- https://cli.angular.io/
- https://docs.nestjs.com/
- https://nx.dev/
- https://ngrx.io/
- https://neo4j.com/docs/api/javascript-driver/current/
- https://github.com/neo4j/neo4j-javascript-driver/
- https://neo4j.com/docs/cypher-refcard/current/
Setup guide can be found here
-> git clone https://github.com/snurby7/money.git
-> npm install
Running the UI
-> nx serve mammoth
# or
-> ng serve
Testing the UI
-> nx test mammoth
Running the server
-> nx serve api
# or
-> ng serve api
Testing the api
-> nx test api