Skip to content

ouracademy/essboard-kernel

Repository files navigation

Essboard kernel API build with Nest framework.

Installation

$ npm install

or

$ docker build -t essboard-kernel-api .

Running the app

# watch mode
$ npm run dev

# production mode
$ npm run start:prod

or

# dev
$ docker run -d --env-file .env -p 3000:3000 --name essboard-kernel-service essboard-kernel-api

# for prod add environment variables (e.g. NODE_ENV = production)