Node.js_express
Dockerize a Node.js Express Application,and via Docker-compose build and manage more container.
First need to prepare: [Application] 1.install node.js and using express 2.add server.js (main) [Dockerize] 1.crate dockerfile and docker-compose (After adjust dockerfile and deployment) 2.add .dockerignore
The app via server.js(main) running.
List any software or tools that need to be installed before running the project.
- 1.Install Node.js[https://nodejs.org/en/download/package-manager/]
- 2.Express quick start:
cd ~/project/web && npm install```
- 3.Add server.js
### Installation
Step-by-step guide on how to install and set up the project.
1. Clone the repository
```bash
git clone https://github.com/yourusername/yourproject.git
## Acknowledgements Point