Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 230 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 230 Bytes

how to run

  • install Docker

  • open code

  • run command

    docker-compose up --build -d
  • open localhost:9000 for api

  • open localhost:9000/app for admin

  • stop command

    docker-compose stop