Skip to content

ebradyjobory/backend-airbnb-clone-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-airbnb-clone-app

This is the backend for the Airbnb react native mobile app clone which you can find here

Docker commands

  • docker images - Lists all Docker images
  • docker container ls - Lists all Docker containers
  • docker rmi <image id> - Removes a Docker image
  • docker container stop <container id> - Stops a Docker container
  • docker exec -it <container id> mongo - Starts a mongodb shell in docker container if container is already running
  • docker run -it -p 28000:27017 --name <container name> mongo:latest mongo - Starts a mongodb shell in a docker container if container is not already running
  • docker-compose up - Runs the docker-compose.yml file and starts all containers
  • docker build . - Builds a Docker image

About

This is the backend for the Airbnb react native mobile app clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • Dockerfile 7.3%