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.
- Create and manage events
- Create and manage event locations
- Create and manage hospitality locations
- Create and manage different types of users
To get started, clone this repo and run:
$ bundle install --without testThe 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_adminIf you prefer to see the app with some test data, do this instead:
$ rake db:setupThen you can log in using test@test.com and password devaccount.