Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luiz-otavio/galax
Restful built in Golang to provide/retrieve users information about it's preferences and attributes.
https://github.com/luiz-otavio/galax
docker-compose go go-releaser golang rest rest-api
Last synced: 14 days ago
JSON representation
Restful built in Golang to provide/retrieve users information about it's preferences and attributes.
- Host: GitHub
- URL: https://github.com/luiz-otavio/galax
- Owner: luiz-otavio
- Created: 2022-12-24T05:33:44.000Z (about 2 years ago)
- Default Branch: staging
- Last Pushed: 2023-09-29T21:16:06.000Z (over 1 year ago)
- Last Synced: 2024-11-16T00:38:31.340Z (about 2 months ago)
- Topics: docker-compose, go, go-releaser, golang, rest, rest-api
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Galax
HTTP-Server written in Golang to provide a REST-API for users attributes and groups.## Installation
It's a just personal project, but you can install it and build it with [goreleaser](https://goreleaser.com/install/).```bash
$ ./build.sh
```## Usage
After building it, you can execute it with your own custom environment, such as linux, windows or macos.```bash
$ ./galax
```