Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 390 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 390 Bytes

fance

Go Echo Gorm Example

Postman Collection

Test the services:

Collection

Prerequisites

to run this project do you need:

  • Docker and docker compose

Run with docker

To run this repository just run

docker-compose up

How to run the tests (With Go and go modules)

go test ./...