Skip to content

Commit

Permalink
add read me for lab6
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkie20 committed May 20, 2024
1 parent 743d187 commit 57b1b43
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions Lab6/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,15 @@ Make sure you have the following installed:

## Usage

1. Clone this repository:

```bash
git clone https://github.com/your-username/your-repo.git
```

2. Navigate into the project directory:

```bash
cd your-repo
```

3. Build and run the Docker containers:
1. Build and run the Docker containers:

```bash
docker-compose up -d --build
```

This command will build the Docker images if they don't exist and start the containers in detached mode.

4. Access the services:
2. Access the services:

- Your backend service will be available at [http://localhost:8080](http://localhost:8080)
- Including Swagger to test the API at [here](http://localhost:8080/swagger-ui/index.html#/)
Expand Down

0 comments on commit 57b1b43

Please sign in to comment.