Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Caknoooo committed Jul 13, 2024
1 parent ece5cd1 commit 47f7931
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ Clean Architecture proposes a structured application design with several layers
- PostgreSQL Version `>= version 15.0`

## How To Use
There are 2 ways to do running
### With Docker
1. Copy the example environment file and configure it:
```bash
cp.env.example .env
```
2. Build Docker
```bash
docker-compose build --no-cache
```
3. Run Docker Compose
```bash
docker compose up -d
```

### Without Docker
1. Clone the repository or **Use This Template**
```bash
git clone https://github.com/Caknoooo/go-gin-clean-starter.git
Expand Down

0 comments on commit 47f7931

Please sign in to comment.