Skip to content

sagarnanera/microURLs-Backend

Repository files navigation

microURLs-Backend

microURLs Backend , NodeJS and MongoDB

Setup Instructions for Docker

  1. Install Docker: Make sure you have Docker installed on your machine. You can download it from Docker's official website.

  2. Build the Docker Image:

    docker build -t microurls-backend .
  3. Run the Docker Container:

    docker run -d -p 8080:8080 --name microurls-backend-container microurls-backend
  4. Verify the Container is Running:

    docker ps
  5. Access the Application: Open your browser and go to http://localhost:8080.

  6. Stopping the Container:

    docker stop microurls-backend-container
  7. Removing the Container:

    docker rm microurls-backend-container
  8. Removing the Docker Image:

    docker rmi microurls-backend

About

microURLs Backend , NodeJS and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors