Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vulonkaaz/paperchan.club
- Owner: vulonkaaz
- License: isc
- Created: 2024-06-19T15:47:58.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T00:04:34.000Z (3 months ago)
- Last Synced: 2024-11-07T07:37:51.442Z (3 months ago)
- Language: HTML
- Homepage: https://paperchan.club
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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