https://github.com/abdes/submodule-docker-dev-workflow-server
Server submodule with node/express for the example application using the git submodules and docker development workflow (submodule-docker-dev-workflow)
https://github.com/abdes/submodule-docker-dev-workflow-server
Last synced: 2 months ago
JSON representation
Server submodule with node/express for the example application using the git submodules and docker development workflow (submodule-docker-dev-workflow)
- Host: GitHub
- URL: https://github.com/abdes/submodule-docker-dev-workflow-server
- Owner: abdes
- License: mit
- Created: 2016-07-16T14:40:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T09:39:38.000Z (almost 10 years ago)
- Last Synced: 2025-03-22T23:41:25.149Z (about 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Server submodule for the example app using the git submodule and docker developer workflow
see the top-level project at [https://github.com/abdes/submodule-docker-dev-workflow](https://github.com/abdes/submodule-docker-dev-workflow)
This is a backend server application example using [node.js](https://nodejs.org/en/)
and the [express framework](https://expressjs.com). It is part of the overall
example system to demonstrate the use of git submodules and docker to simplify
and optimize the developer workflow.
At runtime, the application is [dockerized](http://www.docker.com) to run within
a container based on the node.js docker container. The requests are fronted by
a [nginx](https://www.nginx.com) reverse proxy, also running in a docker container.
## Module structure
As of now, this simple Hello World application does not require any special
structure.
## API
The application only responds to the endpoint `/hello` with a string.