Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 915 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 915 Bytes
Abstract dark curved shape logo

Nest.js server

Public access

server.eviterno.online/api ⚡️

Description

Nest.js data server, provides some test data for interviews, hobby projects, etc.

Docker

docker run -it --rm -p 4201:4201 --env DEFAULT_USER_ID=local_test_user public.cr.cloud.ru/nest-server:main

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Then open /api to access Swagger UI

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

This repository is covered by MIT license.