Welcome to the KoALa project.
- Install Node.js 18 LTS version
- Clone this reposistory
To install the KoALa app on your local mashine, open a terminal window and run the following command:
npm installnx serve koala-frontendOpen the url http://localhost:4200 in a browser
nx serve apiOpen the url http://localhost:3333/graphql in a browser
nx e2e apiTo update the test snapshots, when the test data has changed:
nx e2e api -unx serve api
npm run codegen