Skip to content

spanic/nest-server

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks