Skip to content

Commit

Permalink
readme upd
Browse files Browse the repository at this point in the history
  • Loading branch information
mg52 committed Aug 11, 2024
1 parent 2dfdda1 commit 27d479e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Go REST Api boilerplate with built in http server, including Middlewares, JWT Token, PostgreDB, Swagger.

### How To Run in Local Machine
- Copy sample.env to .env file
- Run only database in docker-compose.yml (docker-compose up -d db)
- Create postgres database named "go-api-db"
- Copy sample.env to .env file.
- Run only database in docker-compose.yml (docker-compose up -d db).
- Create postgres database named "go-api-db".
- Run the service locally (go run .)


0 comments on commit 27d479e

Please sign in to comment.