Skip to content

tune-cloud/tune-cloud-api

Repository files navigation

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

About

GraphQL api for Tune Cloud

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published