backend-airbnb-clone-app

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

  • 所有者: imandyie/backend-airbnb-clone-app
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者imandyie/backend-airbnb-clone-app
主编程语言JavaScript
编程语言Dockerfile (语言数: 2)
平台
许可证
所有者活动
创建于2018-08-16 15:43:00
推送于2018-08-18 10:04:55
最后一次提交2018-08-18 11:04:46
发布数0
用户参与
星数36
关注者数4
派生数22
提交数5
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?