Skip to content

startupvictoria/membership-site

Repository files navigation

membership-site

Startup Victoria's web site is open-source.

Roadmap

If you have skills in any of: design, Ruby on Rails, PostgreSQL, ActiveAdmin, Haml, CoffeeScript or Bootstrap and would like to tackle something on this roadmap, we'd be grateful!

High Priority:

  • /betterfounder to showcase the Better Founder Groups and their members

Low Priority:

  • email capture for the newsletter that doesn't take the user off site.

Bugs:

  • no code to change the active class in the header nav

Features

The basic features of the web site:

  • content

  • member registration

  • payment via stripe

  • logged-in members get access to coupons

  • calendar of events

  • administration (ActiveAdmin)

  • responsive

Setup

Get Started

Prerequisites: postgresql

Run the bootstrap script to set up the app dependencies:

./script/bootstrap.sh

Run!

foreman start 
localhost/5000

Sanity Check

rspec