项目作者: davidwarshaw

项目描述 :
User entity management REST API using Gin and PostgreSQL in Go
高级语言: Go
项目地址: git://github.com/davidwarshaw/golang-user-crud.git
创建时间: 2021-04-02T17:46:06Z
项目社区:https://github.com/davidwarshaw/golang-user-crud

开源协议:

下载


User Entity Management Service

Run integrations tests:

  1. ./run-integration-test.sh

Start service:

  1. docker-compose up

Stop service:

  1. docker-compose down
  2. # or ^C in the docker-compose process

Stop service and drop the database:

  1. docker-compose down -v

Swagger Docs for the service: http://localhost:8080/swagger/index.html