Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pasteus/pastemegobackend

PasteMe Go 后端,Golang + Gin + Gorm
https://github.com/pasteus/pastemegobackend

gin go golang gorm mysql pasteme

Last synced: 3 months ago
JSON representation

PasteMe Go 后端,Golang + Gin + Gorm

Awesome Lists containing this project

README

        

# PasteMe Go Backend

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/PasteUs/PasteMeGoBackend)
[![CodeQL](https://github.com/PasteUs/PasteMeGoBackend/actions/workflows/codeql-analysis.yml/badge.svg?branch=main&event=push)](https://github.com/PasteUs/PasteMeGoBackend/actions/workflows/codeql-analysis.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/PasteUs/PasteMeGoBackend)](https://goreportcard.com/report/github.com/PasteUs/PasteMeGoBackend)
[![Go Test](https://github.com/PasteUs/PasteMeGoBackend/actions/workflows/test.yml/badge.svg)](https://github.com/PasteUs/PasteMeGoBackend/actions/workflows/test.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/PasteUs/PasteMeGoBackend?color=white&label=Latest&sort=semver)](https://github.com/PasteUs/PasteMeGoBackend/releases)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/pasteme/go-backend?label=Docker%20Hub&sort=semver)](https://hub.docker.com/r/pasteme/go-backend)

Using `Gin` and `Gorm`.

## API

[API Documentation](https://docs.pasteme.cn/#/developer/api)

## Deploy

[Deploy guidance](https://docs.pasteme.cn/#/deploy/docker)

## Test

This script will test all packages if there is no param.

```bash
bash gotest.sh [package name]
```

## Change Log

[PasteMe Go Backend Releases](https://github.com/PasteUs/PasteMeGoBackend/releases)