/gql

[PAUSED] 📡 Nest GraphQL API

Primary LanguageTypeScriptMIT LicenseMIT

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.