GraphQL api to query song and artist information using the Genius API.
To build tune-cloud-api
run the following command.
npm install
To run all unit tests run the following command:
npm test
To run all unit tests run the following command:
npm run test:e2e
to start tune-cloud-api
locally run the following command:
npm run start
To deploy tune-cloud-api
from local run the following command:
serverless deploy
All 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 test
TODO: Run scan locally