tmcnab / ardex

(Ar)ticle In(dex)er

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

ardex is an article curation app that I've built to learn node. Basically users (anonymous for now) insert articles and elasticsearch indexes them and everything is displayed nice and pretty using default/cdn'd bootstrap 3.

There's still a bunch of stuff to implement, so caveat emptor.

Setup

Ardex requires mongodb and elasticsearch to operate.

  • git clone https://github.com/tmcnab/ardex
  • cd ardex
  • npm install
  • node app

Screens

Splash Screen

Search Results

Article Details

Article Editor

Notes

This stuff is just for my own benefit.

  • elasticsearch -f -D es.config=/usr/local/opt/elasticsearch/config/elasticsearch.yml

About

(Ar)ticle In(dex)er


Languages

Language:JavaScript 98.4%Language:CSS 1.6%