https://github.com/bjakes45/ican
Interactivist Community Action Network - For Organizing the Future
https://github.com/bjakes45/ican
bootstrap community-engagment data-visualization democracy direct-access geocoding governance instant-messaging instant-voting organizing personal-delegates political-networks rails-application social-movements user-authentication voting-system
Last synced: 5 months ago
JSON representation
Interactivist Community Action Network - For Organizing the Future
- Host: GitHub
- URL: https://github.com/bjakes45/ican
- Owner: bjakes45
- Created: 2018-07-08T14:54:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T23:06:43.000Z (about 7 years ago)
- Last Synced: 2025-05-12T20:31:04.887Z (5 months ago)
- Topics: bootstrap, community-engagment, data-visualization, democracy, direct-access, geocoding, governance, instant-messaging, instant-voting, organizing, personal-delegates, political-networks, rails-application, social-movements, user-authentication, voting-system
- Language: Ruby
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Interactivist Community Action Network(ICAN)
== System dependencies:
* Ruby 2.3+
* Rails 5+
* Postgresql
* phanton.js (for testing)== Deployment instructions:
* Clone repository into desired directory
* cd ican
* Database creation:
* Add your postgres username and password in config/database.yml
* rails db:create
* rails db:migrate
* rails db:seed (for test data)
* Start server: rails s
* Navigate to http://localhost:3000== Services:
* User Authentication by Devise
* Location Geocoding
* Bootstrap Framework
* Action Channel subscriptions for Instant Messaging