Skip to content

Volodymyr-Kuchinskyi/http-rest-api-golang

Repository files navigation

# Http golang application

#### Migrations

##### To migrate local development database run:
```bash
migrate -path migrations -database "postgres://http_golang:password@localhost/http_golang?sslmode=disable" up
```

##### To migrate local testing database run:
```bash
migrate -path migrations -database "postgres://http_golang_test:password@localhost/http_golang_test?sslmode=disable" up
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published