Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 810 Bytes

File metadata and controls

47 lines (30 loc) · 810 Bytes

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