/example-node-express

A dockerized example application using nodeJS, expressJS and TypeScript

Primary LanguageTypeScript

example-node-express

Features

  • Uses TypeScript
  • Express.js as a micro-framework to handle requests and responses
  • Nodemon for hot-reloading
  • Docker

Run

$ docker compose up -d
$ docker compose node bash
$ npm install
$ npm run dev

The service should be reachable under http://localhost:3000.