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
$ npm install
or if you wish to use yarn
$ yarn install
Create a .env
file in your root directory with the variables specified in config/env.configuration.ts
# 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
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Okafor Ifeoma Sandra