Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 433 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 433 Bytes

sphere

Sneknet's 2019 backend for /r/Sequence

probably not useful for anything else, but it's here for archival purposes
feel free to look thru the spaghetti js

running

again no idea why you'd want to but ok

setting up postgres:

createuser -P sphere
createdb sphere
psql sphere < migrate.sql
npm i
cp config.hjson.example config.hjson
$EDITOR config.hjson
node index.js

# server runs on ::4003