| Nest.Js | Angular |
|---|---|
a simple page where user can select image from disk, preview list of selected images, and reorder by dragging. using Nest, [Angular] and [Postgresql].
#installs both front-end and Backend
$ npm install# development
$ npm run dev
# production mode
$ npm run prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Author - Daniel Idem full-stack developer)