maslow123 / book-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tools that need to be installed

How to run the application?

  • Clone this repository
  • Open your terminal / cmd, and type the command on below:
    make runapi
    
  • Make sure the service is running properly, as follows:
    $ docker ps
    CONTAINER ID   IMAGE                           COMMAND                  CREATED          STATUS          PORTS                    NAMES
    6f3b0a9fa012   maslow123/books-api:latest      "docker-entrypoint.s…"   16 seconds ago   Up 15 seconds   0.0.0.0:8080->8080/tcp   book-service_api_1
    
  • Finish

About


Languages

Language:JavaScript 86.4%Language:Dockerfile 7.7%Language:Makefile 3.4%Language:Shell 2.5%