An open API service indexing awesome lists of open source software.

https://github.com/dgf/glossary

Glossary - collaborative term management
https://github.com/dgf/glossary

Last synced: 11 months ago
JSON representation

Glossary - collaborative term management

Awesome Lists containing this project

README

          

# Glossary - blueprint and test project of the crudl app space

a [crudl-app](http://github.com/dgf/crudl-app) based glossary implementation
that supports collaborative term management

see it in action on the project [homepage](http://dgf.github.com/glossary)

## Requirements

* install MySQL, Node.js and npm
* configure and setup database, see
[app.conf.coffee](https://github.com/dgf/glossary/raw/master/app.conf.coffee)

## Startup

npm install
cake setup
npm start

go to [http://localhost:3000/](http://localhost:3000/)

## Architecture

![glossary architecture](https://github.com/dgf/glossary/raw/master/architecture.png)