An open API service indexing awesome lists of open source software.

https://github.com/rettetdemdativ/pixmate-server

image sharing service (website offline)
https://github.com/rettetdemdativ/pixmate-server

go golang images media server

Last synced: 2 months ago
JSON representation

image sharing service (website offline)

Awesome Lists containing this project

README

          

# pixmate

![Go Report Card](https://goreportcard.com/badge/github.com/calmandniceperson/pixmate-server)

Pixmate (stylized: pixmate) is an image sharing service in development.

# What do I need to run it?
- A PostgreSQL database
- Go installed on your computer

# How do I run it?
- Start PostgreSQL database
- Run either the shell script (run.sh) or just "go build" main.go yourself
### You can also provide environment variables, such as:
- IMG_NAME_LENGTH
- IMGSTORAGE_SUBDIR_LENGTH
- IMGSTORAGE_LOCATION
- DB_UNAME
- DB_PW
- DB_NAME
- DB_SQL_PATH