A simple multiple choice question API with (NestJS)[https://nestjs.com/] and (GraphQL)[https://graphql.org/] query language.
It's possible to add questions in mulitple languages and for different categories.
The same questions in multiple languages should be combined with the questionUuid
column.
The API is available with the following GraphQL entry endpoint /graphql
.
Also the GraphQL playground is available with the following url https://localhost:3000/graphql
.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# test coverage
$ npm run test:cov