Skip to content

The survey service utilizes NestJS framework, MongoDB database, and GraphQL to provide a streamlined and efficient way for users to create, manage, and analyze surveys.

Notifications You must be signed in to change notification settings

islasjuanp/survey-service

Repository files navigation

Survey Service

Test Badge Docker Badge Audit

Description

The survey service utilizes NestJS framework, MongoDB database, and GraphQL to provide a streamlined and efficient way for users to create, manage, and analyze surveys.

Installation

$ npm install

Running the app

# development
$ npm run start

# Running with docker
$ npm run docker:start 

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# Starting docker dependencies + e2e tests
$ npm run docker:start:dependencies
$ npm run test:e2e

# e2e tests with docker
$ npm run docker:test

# test coverage
$ npm run test:cov

About

The survey service utilizes NestJS framework, MongoDB database, and GraphQL to provide a streamlined and efficient way for users to create, manage, and analyze surveys.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published