Skip to content

wout-junius/nestjs-demo-bejs

Repository files navigation

NestJS Demo app

This is the Demo of the talk "NestJS Demystified" I gave for BeJS

You can find the accompanying slides here

Installation

$ npm install

Running the app

Make sure to run a docker container whit MySQL database on port 3306

docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=database -p 3306:3306 -d mysql

# development
$ npm run start:dev

Test

To test you can run my Demo-test app See how to set it up here

About

Demo app for the talk "NestJS demystified"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published