backend-airbnb-clone-app

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

  • Owner: imandyie/backend-airbnb-clone-app
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerimandyie/backend-airbnb-clone-app
Primary LanguageJavaScript
Program languageDockerfile (Language Count: 2)
Platform
License:
所有者活动
Created At2018-08-16 15:43:00
Pushed At2018-08-18 10:04:55
Last Commit At2018-08-18 11:04:46
Release Count0
用户参与
Stargazers Count36
Watchers Count4
Fork Count22
Commits Count5
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count0
Pull Requests Open Count0
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private