Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pasteus/pastemegobackend
- Owner: PasteUs
- License: gpl-3.0
- Created: 2019-06-22T14:51:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T01:55:17.000Z (over 1 year ago)
- Last Synced: 2024-10-29T21:06:26.506Z (3 months ago)
- Topics: gin, go, golang, gorm, mysql, pasteme
- Language: Go
- Homepage: https://docs.pasteme.cn
- Size: 2.85 MB
- Stars: 133
- Watchers: 2
- Forks: 29
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)