Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 340 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 340 Bytes

gin-api-rest

API Rest with Gin and Gorm

  • Gin
  • Postgres
  • GORM
  • Validator.v2
  • Testfy

Tests

All tests are into directory /tests. The commands bellow must be run in this directory.

For run all test type:

  • go run main_tests.go

For run just one test type:

  • go test - run <yor function test name>