Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.47 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.47 KB
Nest.Js Angular

Description

a simple page where user can select image from disk, preview list of selected images, and reorder by dragging. using Nest, [Angular] and [Postgresql].

Installation

#installs both front-end and Backend
$ npm install

Running the app

# development
$ npm run dev

# production mode
$ npm run prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch