Skip to content

Nx workspace with Angular client and NestJs api for managing tasks

Notifications You must be signed in to change notification settings

zach-meyers/tasker

Repository files navigation

Description

NestJs API for tracking tasks.

Installation

$ npm install

Running the app

Start the database

$ npm run db

Run migrations

$ npm run migrations

Start the API

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

View swagger docs

Navigate to the swagger documentation in your browser here

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Nx workspace with Angular client and NestJs api for managing tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published