Skip to content

MajorProject-NSEC-2022/mark_it_backend

Repository files navigation

Nest Logo

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

NPM Version Package License NPM Downloads CircleCI Coverage

Description

Backend of Markit Blog Application

Installation

$ npm install

Optional Installation

VSCode Extionsons:

Running the app

  1. Create a .env file based on .env.example
  2. Check port in src/main.ts and in Env in Thunder Client
  3. Run the app:
# development
$ npm run start

# no watch mode
$ npm run start:nowatch

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.