Skip to content

Commit

Permalink
📝 add troubleshooting section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
raksit31667 committed Mar 23, 2024
1 parent ae44ada commit 4122ea5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,19 @@ KBazaar - Online Shopping Application (Workshop)
1. Clone this repository
2. cd to `kbazaar` directory and run `make setup` (if not working you can run pre-commit manually)
3. Run `make test` to run unit tests
4. Run `make run` to start the application
4. Run `make test-it` to run integration tests
5. Run `make run` to start the application

## Troubleshooting

### ใช้ colima แทน Docker
เพิ่ม environment variables ต่อไปนี้ใน `.env` file

```shell
export DOCKER_HOST="unix://${HOME}/.colima/default/docker.sock"
export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE="/var/run/docker.sock"
export TESTCONTAINERS_RYUK_DISABLED=true
```

## API Documentation
- Swagger UI: [http://localhost:8080/swagger-ui/index.html](http://localhost:8080/swagger-ui/index.html)
Expand Down

0 comments on commit 4122ea5

Please sign in to comment.