Skip to content

An App that behaves similar to Eventbrite. The main goal is to put in practice the main concepts of Model Associations in rails Including Unit Testing using Rspec

Notifications You must be signed in to change notification settings

AlejoCode/RubyOnRailsDBAssociations

Repository files navigation

Rails Associations ♦️

This collaborative project is focused on Associations, as a part of an assignment for Microverse. The project features sessions, associations between users, events, and attendances. Users can create events and register themselves for different events created by any other user.

screenshot

Authors:

👤 Gonza Javier Mancilla

👤 Daniel alejandro Salgado

Live Demo

Live Demo Link

Built With

  Ruby 2.6.3
   Ruby on Rails 6.0.1
   Html5
   CSS3 - scss
Bootstrap
  PostgresSQL

Getting Ruby Set up and necessary gems

  • You would install the latest version of the gems listed in the Gemfile by :
$ bundle install
  • Migrate the database with by :
$ rails db:migrate
  • Simply run the app with :
$ rails s

RSpec Tests

For RSpec testing run the following commands:

  • rails db:migrate RAILS_ENV=test
  • rspec --format documentation

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

An App that behaves similar to Eventbrite. The main goal is to put in practice the main concepts of Model Associations in rails Including Unit Testing using Rspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5