Skip to content

fadeojo/skore

Repository files navigation

SKORE

Description

Nest framework TypeScript starter repository.

Installation

$ yarn

Required environment variables

# Auth0 config
SKORE_ISSUER="https://dev-5s8ily6g.auth0.com/"
SKORE_JWKSURI="${SKORE_ISSUER}.well-known/jwks.json"
SKORE_CLIENT_ID="WNxulGlXoi0UuWPTa14L372GWzAW2ZS6"
SKORE_CLIENT_SECRET=
SKORE_REALM="skore"

# Manilgun config
MAILGUN_APIKEY
MAILGUN_DOMAIN

Running the app

# development watch mode
$ make up

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published