Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 567 Bytes

Meeting Room Reservation

Requirements

  • Docker ^18
  • Docker Compose ^1.22

Getting Started

  1. Run database container with docker-compose
    $ docker-compose up -d db
  2. Run application container with docker-compose
    $ docker-compose up -d app
  3. Check out docker logs or log file
    $ docker logs -f meeting-room_app_1
    or
    $ tail -f ./logs/meeting_room.log
  4. Open up web browser to connect http://127.0.0.1:8080