Skip to content

TWNUMBER1/foodiesvc

Repository files navigation

RestAPIPractice Practice

Download docker-tool first

How to start the app

make run

How to clean the app

make cleanall

How to push docker images to docker hub

make login
make push

How to check the app's stdout in docker instance

  • First check the docker container id by running
docker ps [--all]
  • Then check the log by running
docker logs -f <app_container_id>

How to stop and remove docker container

  • Get all containers
docker ps --all
  • Stop and kill container by names
docker stop <NAMES>
docker rm <NAMES>

Yelp Search API query example

https://gist.github.com/yschen5812/e5ef56c3d14aa224c72114f20cd8115f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •