Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ab2017-roratolye/notiboard
Notice boards to follow and get notified for new stuffs with multiple integrations. | This is mirror repo, please use GitLab repo instead
https://github.com/ab2017-roratolye/notiboard
rails rails5
Last synced: about 1 month ago
JSON representation
Notice boards to follow and get notified for new stuffs with multiple integrations. | This is mirror repo, please use GitLab repo instead
- Host: GitHub
- URL: https://github.com/ab2017-roratolye/notiboard
- Owner: AB2017-RoRAtolye
- Created: 2017-02-04T14:26:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T19:10:48.000Z (over 7 years ago)
- Last Synced: 2024-12-03T16:45:26.343Z (about 1 month ago)
- Topics: rails, rails5
- Language: Ruby
- Homepage: https://gitlab.com/AB2017-Rails/notiboard
- Size: 335 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NotiBoard
NotiBoard is a web application that helps users to create boards(bulletin board or notice board) for an event, community etc.
Admins of boards can invite people to their boards to subscribe. A board can be public or private(invite only)
Subscribers gets notified on every new post by email, SMS, browser notifications.(planning to add more integrations)
# Running on development
```
git clone [email protected]:AB2017-Rails/notiboard.git
cd notiboard
bundle install
rake db:create && rake db:migrate
rails server
```