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

Snakeroom/snek-backend-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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