resourcesgo

command module
v0.0.0-...-46e24ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2024 License: GPL-3.0 Imports: 1 Imported by: 0

README

SemVer Resource Server

A microservice for i18n json resources, providing a semver strategy to store and retrieve them.

The idea is to store project json resource files by language, and provide a version for them, so clients could retrieve documents for the desired project and language plus using semver semantic to provide version compatibility (useful on mobile where app version is hard to ensure).

We need a mongoose database :

MongoDB

docker run -d --name ec-mongo -p 27017:27017 mongo:4.0.18-xenial

Go

Go golang.org

git clone https://github.com/nmarsollier/resourcesgo $GOPATH/src/github.com/nmarsollier/resourcesgo

Run

go mod download
go install
resourcesgo

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
tools
db
env

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL