Snippet Clipboard API

Snippet Clipboard API is an GraphQL API providing data for Snippet Clipboard App which is an application to store your frequently used text- or code snippets.

Installation

$ yarn

Running the app

# development (watch mode)
$ yarn start

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ npm run test:cov

This repo is based on Nest framework TypeScript starter repository.