Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 615 Bytes

readme.md

File metadata and controls

12 lines (11 loc) · 615 Bytes

Setup Instructions

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