cesar2064 / truenorth-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

$ npm install

Mongo db is required

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

By Default the app is running on port 3000

Config

You could configure MONGO_URL in .env file from root

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Available Endpoints

  • GET api/v1/tasks generate tasks
  • POST api/v1/tasks create a task
  • GET api/v1/docs api documentation (swagger)

About


Languages

Language:TypeScript 91.6%Language:JavaScript 7.5%Language:Shell 0.9%