PostIt is a simple application that allows friends and colleagues create groups for notifications. Users can post broadcast messages to groups and other group members will get notification based on the message priority.
PostIt allows users to do the following.
- Register and log into their accounts.
- Create broadcast groups and add other users to the groups
- Post messages to a group with message priority
- Group members get in-app notifications for
normalmessages. - Group members get in-app and email notifications for
urgentmessages. - Group members get in-app, email and SMS notifications for
criticalmessages.
- Group members get in-app notifications for
- Retrieve all the messages posted to groups they belong to based on their
readstatus when they are signed in.
- Ruby on Rails
- Clone the repository, navigate to the folder and run
bundle installto install dependencies. - Ensure you have PostgreSQL installed. Click [here] to find out how.(http://www.techrepublic.com/blog/diy-it-guy/diy-a-postgresql-database-server-setup-anyone-can-handle/)
- Run
rails sto serve the app.
Fork it!
- Create your feature branch:
git checkout -b awesome-feature - Commit your changes:
git commit -m 'Add my awesome feature' - Push your branch online:
git push origin awesome-feature - Submit a pull request to
developmentbranch 😄
- Chuks Opia
- This project is licensed under the terms of the MIT License.