An open API service indexing awesome lists of open source software.

https://github.com/timesplinter/example-node-express

A dockerized example application using nodeJS, expressJS and TypeScript
https://github.com/timesplinter/example-node-express

Last synced: about 1 year ago
JSON representation

A dockerized example application using nodeJS, expressJS and TypeScript

Awesome Lists containing this project

README

          

# example-node-express

Features

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

## Run

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

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