- Installation:-
Create a folder to hold your installation.
mkdir hotelService.
Copy the contents of the 'api-service.zip' to your newly created folder.
- Docker:-
The easiest way to get up and running is using Docker. Once the Docker CLI is installed from https://www.docker.com/get-docker.
Enter the root of the hotelService folder.
Run: docker-compose up --build.
Visit http://127.0.0.1:8080 in your browser.