Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.16 KB

README.md

File metadata and controls

59 lines (40 loc) · 1.16 KB

tune-cloud-logo Tune Cloud API Build and Deploy

GraphQL api to query song and artist information using the Genius API.

Build

To build tune-cloud-api run the following command.

npm install

Tests

Unit

To run all unit tests run the following command:

npm test

End to End

To run all unit tests run the following command:

npm run test:e2e

Run

to start tune-cloud-api locally run the following command:

npm run start

Deploy

To deploy tune-cloud-api from local run the following command:

serverless deploy

Scanning

All Scans are ran as part of the build pipeline.

Sonar

The sonar client can be used to run locally.

Snyk

to run Snyk scans locally run the following command:

snyk test

CodeQL

TODO: Run scan locally