Skip to content

raindropstudio/lara-backend

Repository files navigation

lara.moe

Installation

$ npm install

# doppler install
$ brew install gnupg
$ brew install dopplerhq/cli/doppler

# doppler login
$ doppler login

# doppler setup
$ doppler setup

Running the app

필요 환경변수

NXAPI_KEY : 넥슨 OPEN API KEY
DATABASE_URL : MySQL URL
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Releases

No releases published

Packages

No packages published

Languages