Skip to content

dpanchenko/cryptopunks-synchronizer-example

Repository files navigation

Cruptopunks Demo Synchronizer

Description

Example of solving task.

Installation

$ npm install

Running the app locally

Create .env file based on .env.example and update .env with proper values

cp .env.example .env

Run redis and mongo in docker

npm run env:local

Run application locally

# development and watch mode
$ npm run start:dev

Running the app in docker

Run application locally fully in docker with all env

# development and watch mode
$ npm run docker:local

Test

# unit tests
$ npm run test:unit

Serve http://localhost:8080/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published