Git Product home page Git Product logo

backer's Introduction

Backer

Backer is a subscribtion based donation platform. It geared toward community and social activity.

For more background information click here

Feature

Backer relies on 3 primary feature. The full list of backlog can be seen here. We occationally clean things up and move it to backlog archieve

Target milestone we docummented here

Donee cataloque

Public can browse a lot of donee grouped by its category. Each of them will have it's own profile page explaining their activity, list of their top backer, and list of post.

Subscribtion mechanism

Backer can subscribe into Donee by paying monthly donation. Active backers status are tracked. Donee can give some benefit for backer according to it's level.

Post timeline

Donee can create post for public or set to be visible only by minimum level of backer.

Installation

Requirement

Make sure your machine have these installed:

  • Elixir ~1.7.4
  • Postgre ~9.0.0
  • Nodejs ~10.0.0

How to install

  • Fork this repo and clone to your local machine
  • Cd into the directory and install dependencies with mix deps.get
  • Edit database setting at config/dev.exs and match your postgresql username and password
  • if you are on freshly installed ubuntu run sudo apt-get install build-essential
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Run seed to prepopulate data: cd .. && mix run priv/repo/seeds.exs
  • Start Phoenix endpoint with mix phx.server

Credentials

As User

Visit localhost:4000 List of dummy user:

Or simply register your own, manually edit 'is_verified' from admin panel to true, and login.

For Admin

Visit localhost:4000/admin

username: 'administrator' 
passsword 'administrator'

backer's People

Contributors

virkonomy avatar virkillz avatar chantily avatar

Watchers

James Cloos avatar  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.