Skip to content

Code challenge from IBM Quantum using Hexagonal Architecture

Notifications You must be signed in to change notification settings

ydarias/pokemon-backend

Repository files navigation

Description

This is an implementation from the IBM Quantum code challenge, using "strict" Hexagonal Architecture and TDD.

More details at the development notes.

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

Code challenge from IBM Quantum using Hexagonal Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published