Skip to content

dsmatter/smarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A self-hosted bookmark service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published