michalzagrodzki / Node-Express-Graphql

Server application running on Node and Express with API based on GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Express Graphql

This is a node.js server application powered by Express that gives main features of API based on Graphql.

Features

  • REST API endpoint
  • GraphQL API endpoint
  • works in browser
  • works with clientside applications

Setup

Clone this repo to your desktop and run npm install to install all the dependencies.

Create .env file based on .env-sample and fill all environment variables.


Usage

After cloning the repo to your local machine, go to its root directory and run npm install to install its dependencies.

After that, run npm dev to start the server.

You can access the REST API server in browser through: http://localhost:5050/

You can access the GraphQL server in browser through: http://localhost:5050/graphql


License

This project is licensed under the terms of the ISC license.

About

Server application running on Node and Express with API based on GraphQL


Languages

Language:JavaScript 100.0%