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/
- HTML
- CSS
- SASS
- Ruby
- Ruby on Rails
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 .
- 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.
Boakye Addo Forison && Samuel Garcia Companys
- Fork it (https://github.com/forison/private-events/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details