Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
/ gql Public archive
generated from nestdotland/template

[PAUSED] 📡 Nest GraphQL API

License

Notifications You must be signed in to change notification settings

nestdotland/gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nest GraphQL API

Nest's (soon to be) GraphQL API to query and mutate module data

NOTE: Nest GraphQL API is still under development and non-operational. Until official release, x is the official API.

Getting started

  1. Set the evvironment variables

    cp example.env .env.prod
    # and update the environment variables
  2. Start the Docker container

    docker-compose up

Contributing

  1. Setup local database

    docker-compose -f docker-compose.dev.yml up -d db
  2. Create a .env file and update it with the required variables

    cp example.env .env
  3. Install dependencies

    yarn install
  4. Build

    yarn build
  5. Run server

    yarn dev
    

License

The contents of this repository are licensed under The MIT license.