Skip to content

stephen144/ypreg

 
 

Repository files navigation

Event Registration application

Codeship Status for hdfelix/ypreg

Repo: https://github.com/hdfelix/ypreg.git

This is an event registration management site. You can use this site to manage registrations short one-day events that require no hospitality accomodations as well as multi-day events where hospitality accomodations are necessary.

Features

  • Create and manage events
  • Create and manage event locations
  • Create and manage hospitality locations
  • Create and manage different types of users

Setup

To get started, clone this repo and run:

$ bundle install --without test

The site is configured to use PostgreSQL for all environments (Development|Test|Production). With a local Postgres server running, the following rake commands will get you a clean databse and an admin user:

$ rake db:create
$ rake db:migrate
$ rake ypreg:create_admin

Test data

If you prefer to see the app with some test data, do this instead:

$ rake db:setup

Then you can log in using test@test.com and password devaccount.

About

Youth Mininstry Event Registration Rails app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.4%
  • JavaScript 36.5%
  • Ruby 9.7%
  • HTML 2.4%