GraphQL api to query song and artist information using the Genius API.
To build tune-cloud-api run the following command.
npm installTo run all unit tests run the following command:
npm testTo run all unit tests run the following command:
npm run test:e2eto start tune-cloud-api locally run the following command:
npm run startTo deploy tune-cloud-api from local run the following command:
serverless deployAll Scans are ran as part of the build pipeline.
The sonar client can be used to run locally.
to run Snyk scans locally run the following command:
snyk testTODO: Run scan locally
