catalinpit / gss

GraphQL server with subscriptions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gss

Install the required dependencies with npm install. Run the command in the root directory and then in the client directory.

After that, start the app as follows:

  • run npm start in the root directory
  • run npm start in the client directory

The backend is available at http://localhost:4000/graphql. The frontend is available at http://localhost:1234.

About

GraphQL server with subscriptions


Languages

Language:JavaScript 64.1%Language:CSS 19.1%Language:HTML 16.8%