Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vulonkaaz/paperchan.club

Imageboard for handwritten messages
https://github.com/vulonkaaz/paperchan.club

Last synced: about 1 month ago
JSON representation

Imageboard for handwritten messages

Awesome Lists containing this project

README

        

# Paperchan.club

This is the source code of paperchan.club, an imageboard where all posts are drawn and handwritten by hand.

This software requires golang, postgresql, base64 and imagemagick (for image conversion, see themagicpipe)

## How to install

- Create a postgres database, populate it with the stuff in database/db.sql
- Create .env with DBSTRING to connect to the database
- `go build`
- launch the executable to start the server