Oak-DApp-Backend

Description

This is the backend application for the Oak DApp Hackathon competition organiszed by Oak Network

This app was built with Nest framework TypeScript starter repository.

Api Documentation - Postman Documentation

Deployed to - Heroku

Installation

$ npm install

or if you wish to use yarn

$ yarn install

Setup Environment Variables

Create a .env file in your root directory with the variables specified in config/env.configuration.ts

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

or with yarn

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch