Skip to content

elishaking/blazehub-nestjs

Repository files navigation

BlazeHub Backend

DEV

BlazeHub Backend written in NestJS.

Frontend code is available here: https://github.com/elishaking/blazehub-frontend

Production App is available here: https://blazehub.skyblazar.com

Setup

Requirements

These are some of the software required to run this application:

  • Nodejs (>= 10.x.x)
  • Yarn (>= 1.x.x)

Installation

These are the steps to get the app up and running

  • Set up the environment variables:

    cp .env.example .env
  • Install dependencies

    yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Testing the app

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

About

Implementation of BlazeHub's back-end with NestJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published