Regieme
is our wedding website. It allows guests to view information about the wedding and RSVP for catering purposes.
-
Install all required gems:
bundle install
-
Update the database configuration file 'database.yml'.
-
Create database:
rake db:create
-
Run all migrations:
rake db:migrate
-
Seed the database:
rake db:seed
-
Run application server:
rails s
Regieme uses a PostgreSQL database to build the application. Ensure you have it running on your machine (please refer to: http://www.gotealeaf.com/blog/how-to-install-postgresql-on-a-mac)
- Tania Jacob (https://github.com/jacobtani)