GraphQL API for Voting Service Client.
- node
>=16.16.0
- npm
>=8.19.2
- mariadb
^10
- E-Mail provider
Create a .env
file and fill out your system variables.
mv .env.dist .env
npm install
npm run build
npm run serve
npm run db:migrate
Make sure that the application is running before you execute this script.
node bin/create-organizer.js --username="admin" --email="admin@domain.tld" --password="12345678" --public-name="Admin"
All arguments are required!