abhilashahyd / ng-gql-pg

Starter Angular 6 application using GraphQL and PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter Angular 6 application using GraphQL and PostgreSQL


Languages

Language:TypeScript 61.9%Language:JavaScript 24.2%Language:HTML 7.9%Language:CSS 5.9%