modulepackage
0.0.0-20230926150730-9d7e9a802fcf
Repository: https://github.com/prunedneuron/fluoride.git
Documentation: pkg.go.dev
# README
Fluoride (WIP)
Table of Contents
About
Robust icon pack management service in the making. Source for the backend.
Written in go, dockerized with a postgres database. In production, k8s will be used.
You may try out the master if you'd like but please remember that it is in no way ready for use.
Prerequisites
- Docker (or just Go, if you prefer)
- Unix Shell
- GNU Make
Usage
Build and run the server with the database using docker-compose
./run compose
Without docker, just run the go main file using
./run run
PS: the run
file is just a shell script wrapping a Makefile
Endpoints
/icons
- GET
, POST
/icons/count
- GET
NOTE
- Icon requests are referred to as just icons for succinctness.