Skip to content

Webvents is a platform that allows users to find interesing webinars and create their own. Allows up to 50 attendees in the free version and 200 in upgraded versions.

Notifications You must be signed in to change notification settings

mkezfarias/private-events

 
 

Repository files navigation

Logo

Ruby on Rails. Associations - Private Events


Explore the docs »

View Demo
Request Feature

Logo --

Table of Contents

About The Project

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

Built With

Getting Started

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

Upcoming features

  • Live webinar integration for up to 200 participants
  • Webinar recording and tracking of guest's contact information
  • Post webinar survey

Contributing

Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Open License

Contact

Luis Puente - @mkezmkez Linkedin Carlos De Medeiros @camfilho

Acknowledgments

About

Webvents is a platform that allows users to find interesing webinars and create their own. Allows up to 50 attendees in the free version and 200 in upgraded versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.6%
  • HTML 21.7%
  • SCSS 5.1%
  • JavaScript 1.7%
  • Other 1.9%