- Install Docker: Ensure Docker is installed and running on your system. Get Docker here.
- Clone the Repository: Run the following command to pull the project:
git clone https://www.github.com/tanmayvaij/express-mongodb-app.git
- Configure Network Ports: Make sure ports 5000 (for the app) and 27017 (for MongoDB) are open on your firewall.
- Launch the Containers: Navigate to the project directory and start the containers using Docker Compose:
docker compose up