/private-events

A practical demonstration and implementation of association with rails. This project is designed to mimic the logic behind Eventbrite.

Primary LanguageRuby

Associations With Rails

A practical demonstration and implementation of association with rails. This project is designed to mimic the logic behind Eventbrite. The project is part of a series of projects to be completed by students of Microverse.

Access the project here: https://eventiaproject.herokuapp.com/

eventia

Technologies

  • HTML
  • CSS
  • SASS
  • Ruby
  • Ruby on Rails

Usage

Clone the repository to your local machine

$ git clone https://github.com/forison/private-events.git

cd into the directory

$ cd Private-events

rails s .

Functionalities

  • Create an account
  • Login with an email
  • Create an events
  • Invite users to the events you are hosting
  • Accept invitations by pushing the "attend" button
  • Check your upcoming and past events divided in two categories, the ones you are attending and those you are hosting.

Designed and developed by

Boakye Addo Forison && Samuel Garcia Companys

Contributing

  1. Fork it (https://github.com/forison/private-events/fork)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details