Skip to content

monfared01/bitdaan-webapi

 
 

Repository files navigation

Bitdaan Web API

This is a tool implemented for the Bitdaan project that represents data(prediction histories and peak prediction) in graphql format.

Get Started

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

First of all this app needs to have PostgreSQL connection, so run it then you can change configurations in .env.stage.dev and .env.stage.prod files. Don't forget to send auth headers {"Authorization": "Bearer eyJhbG...."} for mutation addPredictionRecord.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 94.2%
  • JavaScript 5.8%