-
Notifications
You must be signed in to change notification settings - Fork 0
Volodymyr-Kuchinskyi/http-rest-api-golang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published