Skip to content

Backend (RESTful API) in nestjs and TypeScript for Project Management app.

Notifications You must be signed in to change notification settings

dev-docket/dev-docket-api

Repository files navigation

Dev Docket API

Description

This is a REST API for a Dev Docket application. Application allows developers to manage their projects and tasks.

Live

Here you can see online api with docs: https://dev-docket.onrender.com/api

Documentation

https://dev-docket.gitbook.io/product-docs/

Here you will find the documentation of the project. It is currently under construction. There you will find tools, libraries, models and analyses. This will tell you what I used in my project and why I chose it.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Backend (RESTful API) in nestjs and TypeScript for Project Management app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published