Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 702 Bytes

sMarks

A self-hosted bookmark service powered by Node.js, Express, CouchDB, and CoffeeScript

Ported from my previous Ruby project

Installation

Requirements

  • Node.js (including npm)
  • CoffeeScript (npm install -g coffee-script)
  • CouchDB

Steps

# 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

Screenshot