/ng-gql-pg

Starter Angular 6 application using GraphQL and PostgreSQL

Primary LanguageTypeScript

ng-gql-pg

Basic Angular application using GraphQL and PostgreSQL

Clone the repository into a new folder

Install the dependencies

npm i

Run the graphql server using

node server.js

Navigate to http://localhost:4000/graphql to view the Graphiql(query mode) for your graphql server.

Run the Angular application in a different window inside your project repository using

ng serve --open

This opens up your browser and navigates to http://localhost:4200/ to view the Angular application.