Snakeroom / snek-backend-2019

Sneknet backend 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sneknet backend 2019

License:Mozilla Public License 2.0


Languages

Language:JavaScript 71.0%Language:HTML 28.8%Language:CSS 0.2%