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
- Host: GitHub
- URL: https://github.com/dgf/glossary
- Owner: dgf
- License: other
- Created: 2012-03-30T22:20:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-19T23:43:27.000Z (about 14 years ago)
- Last Synced: 2025-01-23T06:11:21.378Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://dgf.github.com/glossary/
- Size: 1.15 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
