Skip to content

blackPavlin/http-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-rest-api

Database URL

Production

postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable

Test

postgres://postgres:123@localhost:5432/restapi_test?sslmode=disable

Migrations

migrate -path migrations -database "postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable" up
migrate -path migrations -database "postgres://postgres:123@localhost:5432/restapi_dev?sslmode=disable" down

About

Sample golang rest api server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors