GithubHelp home page GithubHelp logo

boy-jer / fundraiser Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crowdint/fundraiser

1.0 1.0 0.0 188 KB

Mountable Engine to set up a Crowdfunding app. Uses Amazon Simplepay to collect payments.

License: MIT License

fundraiser's Introduction

Fundraiser

Build Status

Mountable Engine to set up a Crowdfunding app. Uses Amazon Simplepay to collect payments.

Please, refer to the wiki for guidance on how to get an Amazon AWS account.

You can see an example implementation on this Rails app source code.

Requirements

  • Rails 3.2+

Installation

Gemfile

gem 'fundraiser', '1.0.0.beta'

Bundle

bundle

Copy migrations from Fundraiser

rake fundraiser:install:migrations

Run them

rake db:migrate

Mount the engine on routes.rb

Rails.application.routes.draw do
  mount Fundraiser::Engine => "/fundraiser"
end

Authentication

Devise

To authenticate using devise, simply install it and create a User model. It should run out of the box.

Gemfile:

gem 'devise'

Run:

rails generator devise user

rake db:migrate

Manage

Use the console to create your first user and browse to /manage

Log in and enjoy.

About the author

Crowd Interactive is a leading Ruby and Rails consultancy firm based in Mexico currently doing business with startups in the United States. We specialize in building and growing your existing development team, by adding engineers onsite or offsite. We pick our clients carefully, as we only work with companies we believe in. Find out more about us on our website.

Licencse

MIT License. Copyright 2012 Crowd Interactive.

fundraiser's People

Stargazers

Nazeeruddin Ikram avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.