Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KaharErbol committed Mar 14, 2023
1 parent 9fa3186 commit d3d9de3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,28 @@
For this repository to get the code. And a docker desktop app is required to run the application.
After opend docker desktop appp, run the folling command line on terminal in your working project directory.

`docker volume create beta-data`
`docker-compose build`
`docker-compose up`
1. `docker volume create beta-data`
2. `docker-compose build`
3. `docker-compose up`

* When you run __docker-compose up__ and if you're on macOS, you will see a **warning** about an environment variable named **OS** being missing. __You can safely ignore this__.

<a name="diagram"></a>

## Diagram


![Alt text](./car-service-diagram.png)



Team:

* Person 1 - Which microservice?
* Kahar - Appoinment Service
* Person 2 - Which microservice?

## Design


## Service microservice

Explain your models and integration with the inventory
Expand Down

0 comments on commit d3d9de3

Please sign in to comment.