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
- Host: GitHub
- URL: https://github.com/timesplinter/example-node-express
- Owner: TiMESPLiNTER
- Created: 2021-05-31T05:37:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T20:10:07.000Z (about 4 years ago)
- Last Synced: 2025-02-16T19:22:53.800Z (over 1 year ago)
- Language: TypeScript
- Size: 557 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.