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.
-
Set the evvironment variables
cp example.env .env.prod # and update the environment variables
-
Start the Docker container
docker-compose up
-
Setup local database
docker-compose -f docker-compose.dev.yml up -d db
-
Create a
.env
file and update it with the required variablescp example.env .env
-
Install dependencies
yarn install
-
Build
yarn build
-
Run server
yarn dev
The contents of this repository are licensed under The MIT license.