/nest-base-configurator

Simple server to store/load configurator options in order to check wether I am stupid after working with loopback4

Primary LanguageTypeScript

Nest Logo

Description

After taking way to long building this incredibly simple backend using Loopback 4, I speedran the same server using Nest and Prisma

Fortunately, I could verify that..

  • I am not stupid
  • Documentation is crucial
  • Developer-Experience does matter

since I finished this project in 01:54:03h.

Todo

  • fix typescript hack in configurator controller
  • add nodemailer module

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