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

https://github.com/caseywebdev/blackmailr

Get what you want, when you want it, or else...
https://github.com/caseywebdev/blackmailr

Last synced: 7 months ago
JSON representation

Get what you want, when you want it, or else...

Awesome Lists containing this project

README

        

[Blackmailr](http://blackmailr.herokuapp.com/)
==========
Get what you want, when you want it, or else...
----------
Coming soon.

Mockups:

* [Create](http://blackmailr.herokuapp.com/assets/mockups/create.png)
* [Edit](http://blackmailr.herokuapp.com/assets/mockups/edit.png)
* [Index](http://blackmailr.herokuapp.com/assets/mockups/index.png)
* [View](http://blackmailr.herokuapp.com/assets/mockups/view.png)
* [Login / Register](http://blackmailr.herokuapp.com/assets/mockups/login_register.png)
* [Reset](http://blackmailr.herokuapp.com/assets/mockups/reset.png)

----------
A project assignment by group **RamRod**

##Group Members:
* John Canfield
* Casey Foster
* Aakash Juneja
* Ryan Lewis
* Katie Soto
* Julian Togashi

----------
Help for group members:

###Getting environment set up:
1. rvm gemset create 'rails3.2'
2. rvm use [email protected]
3. gem install rails
4. sudo apt-get install libpq-dev
5. gem install pg
6. sudo apt-get install libmagick9-dev
7. gem install rmagic -v '2.13.1'
8. cd blackmailr *#or where ever it is*
9. bundle --binstubs
10. bin/rake db:migrate

###Quick Test