Skip to content

DarkLink13/drones

Repository files navigation

Drones

Drone Management API

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

Migrations

# generate migrations
$ npm run migration:generate <name>

# execute migrations
$ npm run migration:run

# revert migrations
$ npm run migration:revert

Base URL

http://localhost:9000

Swagger documentation

http://localhost:9000/api/#/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors