- Please set up go mod
- MUST start api at port :2009
- DATABASE_URL get from environment variable
- Option1 run your server then run command
go test -v check_test.go - Option2 import postman collection then run the test
don't forget your go module go mod init .....