Rails Association Project

This project involves diving into ActiveRecord’s associations, one of the best features it offers, laying out the data architecture.

We created private-events application in which, users can create events, attend events and specify their dates and locations.

Built With

  • Ruby on Rails
  • Ruby 2.7.2

Getting Started

To get started with the project follow the steps below:

  • You must have yarn installed
  • git clone https://github.com/Rayan84/private-events.git
  • bundle install
  • rails db:migrate
  • rails s to start the server
  • Go to localhost:3000 on your browser
  • rails webpacker:install if webpacker is missing

Author

👤 Patrikis Angelos

👤 Rayan Rassam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

📝 License

Copyright 2021 Rayan Rassam & Patrikis Angelos

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.