A self-hosted bookmark service powered by Node.js, Express, CouchDB, and CoffeeScript
Ported from my previous Ruby project
- Node.js (including npm)
- CoffeeScript (npm install -g coffee-script)
- CouchDB
# Install dependencies
npm install
# Initialize the DB
coffee util/init_db.coffee
# Create first user
coffee util/create_user.coffee testuser secret
# Run the server
coffee app.coffee