GraphQL API
npm install
npm run build
npm run dev
You need to provide a .env file with all required data. Only run scripts from within the root of the project (The place where the .env file resides).
npm run create-schema
- First build the project with
npm run build
. - Next run the following command in the root of the project:
node dist/console/register-organizer.js --username="example" --email="example@domain.tld" --password="12345678" --public-name="Example Public"
All arguments are required!