= iwyg backend
a user centered backend for the {iwyg social exchange system}[www.github.com/heaven7/iwyg].
== feature-list (not complete yet):
- tracking of failures of each user
- management of notifications (by time-intervals, rates)
- translation-backend (of notifications, statictelabels, toolips,...)
- cms-integration (refinerycms, locomotive,...)
- ...
== installation
Run
rake iwyg_be:install:migrations
to copy the migration files to your iwyg application.
in your config/routes.rb
write this
mount IwygBe::Engine => "/be"
to mount the backend to the main application.
Then run
bundle exec rake db:migrate
to generate the tables.
== usage
Start the server with
rails s
and the backend can be found at http://localhost:3000/be
== contribute
feel free to join and use your skills. also if you find anything that's
broken, missing or can be done better, let me know or just do a pull request.
this project rocks and uses MIT-LICENSE.