This repository contains a Node.js application packaged with Docker and managed via Docker Compose. It allows you to run the application in a containerized environment for easy setup and deployment.
├── app
│ ├── public
│ │ └── styles
│ │ └── styles.css
│ ├── routes.js
│ └── server
│ └── views
│ └── index.ejs
├── app.js
├── docker-compose.yml
├── Dockerfile
├── package-lock.json
├── package.json
└── README.md
These instructions will get your application up and running using Docker.
Make sure you have the following installed:
- Node.js (for local development)
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/acemilyalcin/sample-node-project.git
cd sample-node-project
- Start application
docker-compose up --build
- Access the application
Once the containers are up, you can access the app at: http://localhost:3000