Skip to content

allitov/hotel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel API

API for hotel services.

Running locally

Clone the repository and move to the working directory

git clone https://github.com/allitov/hotel-api.git
cd hotel-api

Run the application

docker-compose --file ./docker/docker-compose.yaml up -d

Stop the application

docker-compose --project-name="hotel-api" down

Run the application environment only

docker-compose --file ./docker/docker-compose-env.yaml up -d

Stop the application environment

docker-compose --project-name="hotel-api-env" down

Documentation

To familiarize yourself with the application's API and see example queries, you can refer to the interactive Swagger documentation (available only after launching the application).