voice-quips

command module
v0.0.0-...-fdd2a27 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

README

Description

A marketplace for voice clips by me! The clips are stored in S3.

Stack

Golang/Gin - REST API MinIO - store actual audio file Postgresql - store metadata and links to S3 files (Maybe Redis - cache metadata for links previously used)

MinIO setup

docker run -d -p 9000:9000/tcp -p 9001:9001 minio/minio:latest server /data --console-address ":9001"

Postgresql setup

docker run --name postgres -e POSTGRES_PASSWORD=postgres -d postgres

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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