Explore the docs »
View Demo
Request Feature
--
- About the Project
- Built With
- Getting Started
- Upcoming Features
- Contributing
- License
- Contact
- Acknowledgments
By using Rails we can build complex apps with databases using merely a few lines of code. By understanding Active records, we can easily create and manipulate data and even store it in the database without actually writing any SQL commands.
The goal of this project is to apply multiple associations between the tables of our schema.
For more details about the project and its requirements go to The Odin Project
To get a local copy up and running follow these simple steps.
Clone the repo from the terminal in your projects folder
$ git clone git@github.com:camfilho/private-events.git
CD into the folder
$ cd private-events
$ bundle install
Run the tests with the following command
$ bundle exec rspec
Get it working in your local server use this line in the terminal
$ rails s
It is recommended to deploy in Heroku, you'll need to open a Heroku account in herokuapp.com
- Live webinar integration for up to 200 participants
- Webinar recording and tracking of guest's contact information
- Post webinar survey
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Open License
Luis Puente - @mkezmkez Linkedin Carlos De Medeiros @camfilho