Zettablock Technical test.
- Nodejs
- Nest.js
- Graphql
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Go to http://localhost:3000/graphql to use the graphql api
# unit tests
$ npm run test