Skip to content

tune-cloud/tune-cloud-api

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82e7cde · Dec 21, 2024
Jun 2, 2021
Jun 21, 2021
Jun 30, 2021
Jun 21, 2021
May 31, 2021
Jun 23, 2021
May 31, 2021
May 28, 2021
May 29, 2021
Jan 12, 2022
Jun 1, 2021
Jun 30, 2021
Jun 2, 2021
Jun 4, 2021
Dec 21, 2024
Dec 21, 2024
Jul 1, 2021
May 31, 2021
Jun 9, 2021
Jun 21, 2021
May 31, 2021
Jul 1, 2021
Jun 1, 2021

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