Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```