node and npm
git clone https://github.com/bahurudeen/graphqlangular.git .
Change the current directory into GraphQLServer and Install the application: npm install
Run npm start
. Navigate to http://localhost:4000/graphql
.
Change the current directory into AngularClient and Install the application: npm install
npm install --save-dev @angular/cli@latest
Run ng serve
. Navigate to http://localhost:4200