KoALa-MHF / koala-app

MIT License
4 stars 3 forks source link

KoALa Project

Welcome to the KoALa project.

Local Development

Prerequisites

Setup

To install the KoALa app on your local mashine, open a terminal window and run the following command:

npm install

Start Frontend

nx serve koala-frontend

Open the url http://localhost:4200 in a browser

Start Backend

nx serve api

Open the url http://localhost:3333/graphql in a browser

Run Backend E2E tests

 nx e2e api

To update the test snapshots, when the test data has changed:

 nx e2e api -u

Generate GraphQL Angular Types/Requests

nx serve api
npm run codegen