Skip to content

KlimMixer/maze-solver

Repository files navigation

Maze solver api

Description

Test task for Votendo. Maze solver microservice.

Documentation

Api docs

Configuration docs

After starting of microservice you can access to swagger at: http:https://localhost:3000/swagger.

Installation

$ npm install

Installation development environment

$ npm install
$ npm run prepare

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

# docker development
$ docker-compose up dev

# docker production mode
$ docker-compose up prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Test task for votendo. Maze solver microservice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published